diff options
author | Ben Morgan <Ben.Morgan@warwick.ac.uk> | 2017-08-31 15:34:41 (GMT) |
---|---|---|
committer | Ben Morgan <Ben.Morgan@warwick.ac.uk> | 2017-09-07 16:52:33 (GMT) |
commit | 457c2021963bb8030934659addce05c66b500512 (patch) | |
tree | 2628ccd4fae41aada11c3c7fc4e61304d8d181ef /Tests/CMakeLists.txt | |
parent | b7b9bae54a96be58c54c6f4cd11f6e669e6e7dc4 (diff) | |
download | CMake-457c2021963bb8030934659addce05c66b500512.zip CMake-457c2021963bb8030934659addce05c66b500512.tar.gz CMake-457c2021963bb8030934659addce05c66b500512.tar.bz2 |
FindFreetype: Add imported target, docs, and 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 1bce09b..640b542 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1435,6 +1435,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release add_subdirectory(FindEXPAT) endif() + if(CMake_TEST_FindFreetype) + add_subdirectory(FindFreetype) + endif() + if(CMake_TEST_FindGSL) add_subdirectory(FindGSL) endif() |