diff options
author | André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de> | 2017-05-18 11:53:40 (GMT) |
---|---|---|
committer | André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de> | 2017-05-18 11:57:01 (GMT) |
commit | e4e1d194bd6dcda2f5eb759dd4a1356a8b02df5d (patch) | |
tree | ede615959b339a50e5707092c0ebe9b06c6d7fd1 /Tests/CMakeLists.txt | |
parent | f29635b66746324e1d6e1f17097dd7bd4ed347b0 (diff) | |
download | CMake-e4e1d194bd6dcda2f5eb759dd4a1356a8b02df5d.zip CMake-e4e1d194bd6dcda2f5eb759dd4a1356a8b02df5d.tar.gz CMake-e4e1d194bd6dcda2f5eb759dd4a1356a8b02df5d.tar.bz2 |
FindProtobuf: add tests
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 2f53cfc9..8d8b3aa 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1437,6 +1437,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release add_subdirectory(FindPNG) endif() + if(CMake_TEST_FindProtobuf) + add_subdirectory(FindProtobuf) + endif() + if(CMake_TEST_FindTIFF) add_subdirectory(FindTIFF) endif() |