diff options
author | Frederik Gladhorn <gladhorn@kde.org> | 2018-09-27 07:42:10 (GMT) |
---|---|---|
committer | Frederik Gladhorn <gladhorn@kde.org> | 2018-10-18 18:32:09 (GMT) |
commit | 84e7920b3ac9241cf73a468120ff0ea83f9a7c86 (patch) | |
tree | 476b19f8e18884a596ff6e97da07ced62fc1efdb /Tests/CMakeLists.txt | |
parent | 7bacb2295583f1a0e04a7312c370064310b1834b (diff) | |
download | CMake-84e7920b3ac9241cf73a468120ff0ea83f9a7c86.zip CMake-84e7920b3ac9241cf73a468120ff0ea83f9a7c86.tar.gz CMake-84e7920b3ac9241cf73a468120ff0ea83f9a7c86.tar.bz2 |
FindFontconfig: Add module to find Fontconfig
This module is inspired by one from KDE's KWin.
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 9e192be..6614933 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1376,6 +1376,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release add_subdirectory(FindEXPAT) endif() + if(CMake_TEST_FindFontconfig) + add_subdirectory(FindFontconfig) + endif() + if(CMake_TEST_FindFreetype) add_subdirectory(FindFreetype) endif() |