diff options
author | Claudio Fantacci <claudio.fantacci@gmail.com> | 2019-03-13 17:03:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-03-15 15:22:32 (GMT) |
commit | a77a30e657acea42787b22e88f84fa829b6234d0 (patch) | |
tree | 1772cbf31decf105a509f36ded9d4c723dc9a515 /Tests/CMakeLists.txt | |
parent | a7d853868b147d9051c40564f2b3e445011b888b (diff) | |
download | CMake-a77a30e657acea42787b22e88f84fa829b6234d0.zip CMake-a77a30e657acea42787b22e88f84fa829b6234d0.tar.gz CMake-a77a30e657acea42787b22e88f84fa829b6234d0.tar.bz2 |
FindGLEW: Add test
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 1b5ed03..e03a817 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() |