diff options
author | Brad King <brad.king@kitware.com> | 2016-06-08 16:56:07 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-06-08 16:56:07 (GMT) |
commit | fb8b8dd1060f78729da7b79c7eea06601681b678 (patch) | |
tree | b020f28939c1da24c2018b633095c5a7a09391f6 /Tests/CMakeLists.txt | |
parent | 5804068c220e2f9870dbcb24ee68eb610c9b4ff4 (diff) | |
parent | adf4df28caf621569d9d0d62011fc38773710319 (diff) | |
download | CMake-fb8b8dd1060f78729da7b79c7eea06601681b678.zip CMake-fb8b8dd1060f78729da7b79c7eea06601681b678.tar.gz CMake-fb8b8dd1060f78729da7b79c7eea06601681b678.tar.bz2 |
Merge topic 'add-FindVulkan'
adf4df28 Add FindVulkan.cmake.
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 9442ea7..bb24b33 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1405,6 +1405,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release add_subdirectory(FindTIFF) endif() + if(CMake_TEST_FindVulkan) + add_subdirectory(FindVulkan) + endif() + if(CMake_TEST_FindXalanC) add_subdirectory(FindXalanC) endif() |