diff options
author | Brad King <brad.king@kitware.com> | 2017-01-26 15:40:39 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-01-26 15:40:39 (GMT) |
commit | 09cad3090415fbe59474232675e8124c8332116a (patch) | |
tree | 5795eb9f55533a15502444fd243e61ee82bdb559 /Tests/RunCMake/FindGTK2/CMakeLists.txt | |
parent | 6ee9efa883c19c7c1ebfba660c76d42551bbaee8 (diff) | |
parent | 4bc2c16b5d01a66c00100171ad083e9ab5a6506c (diff) | |
download | CMake-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.txt | 3 |
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) |