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 /Help/manual/cmake-modules.7.rst | |
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 'Help/manual/cmake-modules.7.rst')
-rw-r--r-- | Help/manual/cmake-modules.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst index f9b4afb..c0bef08 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -131,6 +131,7 @@ They are normally called through the :command:`find_package` command. /module/FindFLEX /module/FindFLTK2 /module/FindFLTK + /module/FindFontconfig /module/FindFreetype /module/FindGCCXML /module/FindGDAL |