summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/SolutionGlobalSections/MorePre.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-11-20 16:47:43 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-11-20 16:47:43 (GMT)
commit53b7e71e8887da8b99dea0e4fbfa9984c4939ffd (patch)
treeb8f38e421b75439e6762ecb9c18a4ba9e828d8d3 /Tests/RunCMake/SolutionGlobalSections/MorePre.cmake
parent508504ab6f76bfd90a11a77cc1e59e604d41c47a (diff)
parent45d4f81fde2c5c29698787e30b9bebb91211eb01 (diff)
downloadCMake-53b7e71e8887da8b99dea0e4fbfa9984c4939ffd.zip
CMake-53b7e71e8887da8b99dea0e4fbfa9984c4939ffd.tar.gz
CMake-53b7e71e8887da8b99dea0e4fbfa9984c4939ffd.tar.bz2
Merge topic 'vs-global-sections'
45d4f81 Merge topic 'per-config-EXCLUDE_FROM_DEFAULT_BUILD' into vs-global-sections 694322e Define properties VS_GLOBAL_SECTION_* 2c91962 Implement properties VS_GLOBAL_SECTION_* 57cadc1 Add tests for VS_SOLUTION_GLOBAL_SECTIONS
Diffstat (limited to 'Tests/RunCMake/SolutionGlobalSections/MorePre.cmake')
-rw-r--r--Tests/RunCMake/SolutionGlobalSections/MorePre.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/SolutionGlobalSections/MorePre.cmake b/Tests/RunCMake/SolutionGlobalSections/MorePre.cmake
new file mode 100644
index 0000000..07f4eb8
--- /dev/null
+++ b/Tests/RunCMake/SolutionGlobalSections/MorePre.cmake
@@ -0,0 +1,2 @@
+set_property(DIRECTORY PROPERTY VS_GLOBAL_SECTION_PRE_TestSec1 Key1=Value1 "Key2=Value with spaces")
+set_property(DIRECTORY PROPERTY VS_GLOBAL_SECTION_PRE_TestSec3 Key3=Value1 "Key4=Value with spaces" "Key5 = ValueWithoutSpaces")