Petr Kmoch 57cadc179c Add tests for VS_SOLUTION_GLOBAL_SECTIONS
Add tests for correct appliation of directory properties
VS_SOLUTION_GLOBAL_SECTIONS_*
2012-11-16 08:16:10 -05:00

5 lines
193 B
CMake

set_directory_properties(PROPERTIES
VS_GLOBAL_SECTION_POST_Postsec Key1=Value2
VS_GLOBAL_SECTION_PRE_Presec "Key1=Value1;Key2= Value with some spaces"
VS_GLOBAL_SECTION_POST_Emptysec "")