Re: [CMake] How to use lib from include_external_msproject

2015-08-20 Thread Klaim - Joël Lamotte
On 20 August 2015 at 17:33, Howard Rubin wrote: > I have a C++/CLI LIB (and DLL) that I generate with > include_external_msproject. I need to link to it from my C++ project, which > I’m trying to do with target_link_libraries. This gives the below error > message. Since I’m not creating it with a

[CMake] How to use lib from include_external_msproject

2015-08-20 Thread Howard Rubin
I have a C++/CLI LIB (and DLL) that I generate with include_external_msproject. I need to link to it from my C++ project, which I'm trying to do with target_link_libraries. This gives the below error message. Since I'm not creating it with add_library I don't see how to indicate it's a shared lib.