diff options
author | Brad King <brad.king@kitware.com> | 2020-06-15 18:45:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-06-16 12:03:36 (GMT) |
commit | 6308bfb73777a7231928509ce651b45dfb6aa657 (patch) | |
tree | 8101f0b6b68edd346e839e543bd3f426fd15dc07 /Tests/RunCMake/GenEx-GENEX_EVAL/CMakeLists.txt | |
parent | abe1c2749946a067fa71cb92ba088d3b2acabc8a (diff) | |
download | CMake-6308bfb73777a7231928509ce651b45dfb6aa657.zip CMake-6308bfb73777a7231928509ce651b45dfb6aa657.tar.gz CMake-6308bfb73777a7231928509ce651b45dfb6aa657.tar.bz2 |
Tests: Factor out RunCMake.GenEx-GENEX_EVAL test
Move the `GENEX_EVAL` cases and friends out of `RunCMake.GeneratorExpression`.
Diffstat (limited to 'Tests/RunCMake/GenEx-GENEX_EVAL/CMakeLists.txt')
-rw-r--r-- | Tests/RunCMake/GenEx-GENEX_EVAL/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/GenEx-GENEX_EVAL/CMakeLists.txt b/Tests/RunCMake/GenEx-GENEX_EVAL/CMakeLists.txt new file mode 100644 index 0000000..44025d3 --- /dev/null +++ b/Tests/RunCMake/GenEx-GENEX_EVAL/CMakeLists.txt @@ -0,0 +1,3 @@ +cmake_minimum_required(VERSION 3.12) +project(${RunCMake_TEST} NONE) +include(${RunCMake_TEST}.cmake) |