[CMake] INTERFACE_LINK_FLAGS ?

Clinton Stimpson clinton at elemtech.com
Mon Apr 21 12:09:08 EDT 2014


Is there a reason for the certain set of INTERFACE_* target properties we 
have?  I have a situation where I'd like to add a /DELAYLOAD linker flag to any 
project that links against a certain library, but I get a message that 
INTERFACE_LINK_FLAGS is not supported.

Do these INTERFACE_* properties need to be individually handled, or it is as 
simple as stripping the "INTERFACE_" prefix and applying the properties to 
consumers?

- Clint


More information about the CMake mailing list