summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/CMakeLists.txt
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2014-10-20 16:17:03 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2014-10-20 16:17:03 (GMT)
commit368e8de4cd5a5d97c9b5e81489bf014579211bda (patch)
tree36c48077ae94108e7339295e327057b8473941a2 /Tests/RunCMake/CommandLine/CMakeLists.txt
parenta3eeaa63ae9900123cf88e4155d748bf37b93cce (diff)
downloadCMake-368e8de4cd5a5d97c9b5e81489bf014579211bda.zip
CMake-368e8de4cd5a5d97c9b5e81489bf014579211bda.tar.gz
CMake-368e8de4cd5a5d97c9b5e81489bf014579211bda.tar.bz2
Tests: test -D parsing on the command line
Diffstat (limited to 'Tests/RunCMake/CommandLine/CMakeLists.txt')
-rw-r--r--Tests/RunCMake/CommandLine/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/CommandLine/CMakeLists.txt b/Tests/RunCMake/CommandLine/CMakeLists.txt
new file mode 100644
index 0000000..2897109
--- /dev/null
+++ b/Tests/RunCMake/CommandLine/CMakeLists.txt
@@ -0,0 +1,3 @@
+cmake_minimum_required(VERSION 3.0)
+project(${RunCMake_TEST} NONE)
+include(${RunCMake_TEST}.cmake)