diff options
author | Brad King <brad.king@kitware.com> | 2016-03-18 17:20:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-03-18 17:20:42 (GMT) |
commit | 5c1f4da83d1142e52b361e8f59dd68ea5728e843 (patch) | |
tree | bf0266562e08dcb357ad2b46cb5e34089c45812a /Tests/RunCMake/VSSolution/MorePost.cmake | |
parent | 9cdb37e9175b2e3c6367bc4863fda0404cb1c3a2 (diff) | |
download | CMake-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.cmake | 2 |
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") |