summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VSSolution/MorePost.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-03-18 17:20:42 (GMT)
committerBrad King <brad.king@kitware.com>2016-03-18 17:20:42 (GMT)
commit5c1f4da83d1142e52b361e8f59dd68ea5728e843 (patch)
treebf0266562e08dcb357ad2b46cb5e34089c45812a /Tests/RunCMake/VSSolution/MorePost.cmake
parent9cdb37e9175b2e3c6367bc4863fda0404cb1c3a2 (diff)
downloadCMake-5c1f4da83d1142e52b361e8f59dd68ea5728e843.zip
CMake-5c1f4da83d1142e52b361e8f59dd68ea5728e843.tar.gz
CMake-5c1f4da83d1142e52b361e8f59dd68ea5728e843.tar.bz2
Tests: Rename RunCMake.{SolutionGlobalSections => VSSolution}
The test will be suitable for covering other `.sln` content too.
Diffstat (limited to 'Tests/RunCMake/VSSolution/MorePost.cmake')
-rw-r--r--Tests/RunCMake/VSSolution/MorePost.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/VSSolution/MorePost.cmake b/Tests/RunCMake/VSSolution/MorePost.cmake
new file mode 100644
index 0000000..2eb3f60
--- /dev/null
+++ b/Tests/RunCMake/VSSolution/MorePost.cmake
@@ -0,0 +1,2 @@
+set_property(DIRECTORY PROPERTY VS_GLOBAL_SECTION_POST_TestSec2 Key1=Value1 "Key2=Value with spaces")
+set_property(DIRECTORY PROPERTY VS_GLOBAL_SECTION_POST_TestSec4 Key6=Value1 "Key7=Value with spaces" "Key8 =ValueWithoutSpaces")