diff options
author | Brad King <brad.king@kitware.com> | 2019-03-18 15:26:40 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-03-18 15:26:49 (GMT) |
commit | 23874e407839bdd93a05285c65a5dc20c225ac24 (patch) | |
tree | cf40838cf028d6708ece54a4a20172826313effe /Tests/CMakeLists.txt | |
parent | 4480769f8bdcc0fa954da098a1612003102a7056 (diff) | |
parent | a77a30e657acea42787b22e88f84fa829b6234d0 (diff) | |
download | CMake-23874e407839bdd93a05285c65a5dc20c225ac24.zip CMake-23874e407839bdd93a05285c65a5dc20c225ac24.tar.gz CMake-23874e407839bdd93a05285c65a5dc20c225ac24.tar.bz2 |
Merge topic 'FindGLEW-updates'
a77a30e657 FindGLEW: Add test
a7d853868b FindGLEW: Update implementation
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3094
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 01f8226..74da394 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1445,6 +1445,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release add_subdirectory(FindGit) endif() + if(CMake_TEST_FindGLEW) + add_subdirectory(FindGLEW) + endif() + if(CMake_TEST_FindGSL) add_subdirectory(FindGSL) endif() |