diff options
author | Brad King <brad.king@kitware.com> | 2012-11-20 16:47:43 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-11-20 16:47:43 (GMT) |
commit | 53b7e71e8887da8b99dea0e4fbfa9984c4939ffd (patch) | |
tree | b8f38e421b75439e6762ecb9c18a4ba9e828d8d3 /Tests/RunCMake/SolutionGlobalSections/Override1-check.cmake | |
parent | 508504ab6f76bfd90a11a77cc1e59e604d41c47a (diff) | |
parent | 45d4f81fde2c5c29698787e30b9bebb91211eb01 (diff) | |
download | CMake-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/Override1-check.cmake')
-rw-r--r-- | Tests/RunCMake/SolutionGlobalSections/Override1-check.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/SolutionGlobalSections/Override1-check.cmake b/Tests/RunCMake/SolutionGlobalSections/Override1-check.cmake new file mode 100644 index 0000000..a19e2e1 --- /dev/null +++ b/Tests/RunCMake/SolutionGlobalSections/Override1-check.cmake @@ -0,0 +1,4 @@ +parseGlobalSections(pre post Override1) +testGlobalSection(post TestSec Key2=Value2 Key3=Value3) +testGlobalSection(post ExtensibilityGlobals Key1=Value1) +testGlobalSection(post ExtensibilityAddIns) |