aboutsummaryrefslogtreecommitdiffstats
path: root/devel/woff2/files/patch-CMakeLists.txt
blob: af81cf08ad8a8c5b32531a8aaf6dfb3312cba7eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.orig	2018-03-27 22:12:33 UTC
+++ CMakeLists.txt
@@ -268,7 +268,7 @@ if (NOT BUILD_SHARED_LIBS)
 endif()
 
 install(
-  TARGETS woff2common woff2dec woff2enc
+  TARGETS woff2common woff2dec woff2enc woff2_decompress woff2_compress woff2_info
   ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
   LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
   RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"