[CMake] add_target_properties( tgt COMPILE_FLAGS_${CONF} "abc" )

"Sören Textor [Ditec-GmbH]" s.textor at ditec-gmbh.de
Tue Jun 25 11:14:43 EDT 2013


Hello
Is it meanwhile possible to add configuration specfic compiler flags 
analouge to link flags?

add_target_properties( ${tgt} COMPILE_FLAGS_${CONF} "abc" )

add_target_properties( ${tgt} LINK_FLAGS_${CONF} "abc" )

Best regards
SirAnn




More information about the CMake mailing list