On Thu, Sep 12, 2019 at 6:31 PM Craig Scott wrote:
OPTION A: Put quotes around a semi-colon separated string if using
> set_target_properties():
>
Many thanks. I had tried quotes, and I had tried a semi-colon, and I
thought that I had tried them together, but evidently I missed that
permutation
Greetings,
set_target_properties(target PROPERTIES
IMPORTED_LOCATION location
IMPORTED_IMPLIB implib
INTERFACE_INCLUDE_DIRECTORIES directory+
)
Is there a way to assign more than one directory to
INTERFACE_INCLUDE_DIRECTORIES ? The property name is plural, but every
attempt I've
Greetings,
I'm building a project that depends on a Windows library -- Secur32.Lib --
that is included in the regular library search path but is not one of the
specific libraries that the compiler normally links to. In *NIX
command-line terms, the "-L" is OK, I only need to specify the
"-lSecur32