CMake/Tests/Properties
Alex Neundorf 9dbba1b464 Fix #12342: Add APPEND_STRING option to set_property()
set_property() has APPEND, which creates a list. E.g. when
appending to COMPILE_FLAGS a string is needed, not a list.
With the APPEND_STRING option the value is append as string,
not as list.

Alex
2011-07-15 20:57:33 +02:00
..
SubDir
CMakeLists.txt Fix #12342: Add APPEND_STRING option to set_property() 2011-07-15 20:57:33 +02:00
properties.h.in
properties2.h