diff options
author | Roger Leigh <rleigh@codelibre.net> | 2016-01-19 13:32:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-01-20 14:33:38 (GMT) |
commit | f9e45ab9d412b08ded8a11ff1f4f0ef90e10358c (patch) | |
tree | b44d03aca666d72829ff2b856099b851e3ed085c /Tests/CMakeLists.txt | |
parent | 5079cc1243e3ffaea353c88a97b7d605c0807667 (diff) | |
download | CMake-f9e45ab9d412b08ded8a11ff1f4f0ef90e10358c.zip CMake-f9e45ab9d412b08ded8a11ff1f4f0ef90e10358c.tar.gz CMake-f9e45ab9d412b08ded8a11ff1f4f0ef90e10358c.tar.bz2 |
FindXalanC: New module to find the Apache Xalan-C++ library
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 043b757..240144f 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1379,6 +1379,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release add_subdirectory(FindTIFF) endif() + if(CMake_TEST_FindXalanC) + add_subdirectory(FindXalanC) + endif() + if(CMake_TEST_FindXercesC) add_subdirectory(FindXercesC) endif() |