summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FindGTK2/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-01-26 15:40:39 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2017-01-26 15:40:39 (GMT)
commit09cad3090415fbe59474232675e8124c8332116a (patch)
tree5795eb9f55533a15502444fd243e61ee82bdb559 /Tests/RunCMake/FindGTK2/CMakeLists.txt
parent6ee9efa883c19c7c1ebfba660c76d42551bbaee8 (diff)
parent4bc2c16b5d01a66c00100171ad083e9ab5a6506c (diff)
downloadCMake-09cad3090415fbe59474232675e8124c8332116a.zip
CMake-09cad3090415fbe59474232675e8124c8332116a.tar.gz
CMake-09cad3090415fbe59474232675e8124c8332116a.tar.bz2
Merge topic 'FindGTK2_RunTwice'
4bc2c16b FindGTK2: Add unit test to check variables when run twice 9702b3ee FindGTK2: Fix GTK2_LIBRARIES and GTK2_TARGETS when called twice
Diffstat (limited to 'Tests/RunCMake/FindGTK2/CMakeLists.txt')
-rw-r--r--Tests/RunCMake/FindGTK2/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/FindGTK2/CMakeLists.txt b/Tests/RunCMake/FindGTK2/CMakeLists.txt
new file mode 100644
index 0000000..93ee9df
--- /dev/null
+++ b/Tests/RunCMake/FindGTK2/CMakeLists.txt
@@ -0,0 +1,3 @@
+cmake_minimum_required(VERSION 3.5)
+project(${RunCMake_TEST} NONE)
+include(${RunCMake_TEST}.cmake)