summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/SolutionGlobalSections/PrePost.cmake
diff options
context:
space:
mode:
authorPetr Kmoch <petr.kmoch@gmail.com>2012-10-14 11:15:33 (GMT)
committerBrad King <brad.king@kitware.com>2012-11-16 13:16:10 (GMT)
commit57cadc179c6864202dc7cfba3a338863f4e0a05d (patch)
treeb848b4e87fae97b8593ac4069a6f81769b272adc /Tests/RunCMake/SolutionGlobalSections/PrePost.cmake
parenta8fa4c0a659dddce662f94849c106ba72768a083 (diff)
downloadCMake-57cadc179c6864202dc7cfba3a338863f4e0a05d.zip
CMake-57cadc179c6864202dc7cfba3a338863f4e0a05d.tar.gz
CMake-57cadc179c6864202dc7cfba3a338863f4e0a05d.tar.bz2
Add tests for VS_SOLUTION_GLOBAL_SECTIONS
Add tests for correct appliation of directory properties VS_SOLUTION_GLOBAL_SECTIONS_*
Diffstat (limited to 'Tests/RunCMake/SolutionGlobalSections/PrePost.cmake')
-rw-r--r--Tests/RunCMake/SolutionGlobalSections/PrePost.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/SolutionGlobalSections/PrePost.cmake b/Tests/RunCMake/SolutionGlobalSections/PrePost.cmake
new file mode 100644
index 0000000..976c341
--- /dev/null
+++ b/Tests/RunCMake/SolutionGlobalSections/PrePost.cmake
@@ -0,0 +1,4 @@
+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 "")