From 4a63be15dd9f8afedda7f3b01d5ab80591806664 Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Sun, 10 Jul 2016 17:34:39 +0000 Subject: FindICU: New module --- Tests/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Tests/CMakeLists.txt') diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index b3d61bd1a0..2d234db1da 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1384,6 +1384,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release add_subdirectory(FindGTest) endif() + if(CMake_TEST_FindICU) + add_subdirectory(FindICU) + endif() + if(CMake_TEST_FindJsonCpp) add_subdirectory(FindJsonCpp) endif() -- cgit v1.2.1