diff options
author | Patrick Gansterer <paroga@paroga.com> | 2019-02-05 05:51:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-06 16:20:57 (GMT) |
commit | dd45f23b0142fb92de17458dd69b2b6f967f94bd (patch) | |
tree | 7154ac3c3a25cc991489ba32ac9299f99cc3deee /Tests/CMakeLists.txt | |
parent | 062cfd991faac000d484c74e5af7d65726c655dc (diff) | |
download | CMake-dd45f23b0142fb92de17458dd69b2b6f967f94bd.zip CMake-dd45f23b0142fb92de17458dd69b2b6f967f94bd.tar.gz CMake-dd45f23b0142fb92de17458dd69b2b6f967f94bd.tar.bz2 |
FindCups: add imported target
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 ed98d97..b5bcdd5 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1413,6 +1413,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release add_subdirectory(FindCURL) endif() + if(CMake_TEST_FindCups) + add_subdirectory(FindCups) + endif() + if(CMake_TEST_FindDoxygen) add_subdirectory(FindDoxygen) endif() |