summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Waxweiler <madigens@gmail.com>2019-07-11 23:13:58 +0100
committerNikolaus Waxweiler <madigens@gmail.com>2019-07-11 23:13:58 +0100
commit8d290d5626e91f22a339a61d8b14d803f6b44cc9 (patch)
treebc9e439114ddb3a61b45b2a2563fed607225882e
parent708991c6cb96811f652b8368e6d87ab20578913f (diff)
downloadfreetype2-cmakelists-updates.tar.gz
CMakeLists.txt: install freetype.m4 on Unixoidscmakelists-updates
-rw-r--r--CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f2208c29b..c8a1b9bfa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -600,6 +600,13 @@ if (NOT SKIP_INSTALL_LIBRARIES AND NOT SKIP_INSTALL_ALL)
COMPONENT pkgconfig)
endif ()
+ if (UNIX)
+ install(
+ FILES ${PROJECT_SOURCE_DIR}/builds/unix/freetype2.m4
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/aclocal
+ COMPONENT m4)
+ endif ()
+
install(
TARGETS freetype
EXPORT freetype-targets