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
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.