Origin: vendor
Forwarded: not-needed
Last-Update: 2020-11-18, 2022-06-15
for contrib/fonttools and pycontrib to restore the files that were
installed to fontforge-extras and python3-fontforge prior to the
FontForge 2020 March Release.
Last-Update: 2020-11-18, 2022-06-15
Gbp-Pq: Name 0001-add-extra-cmake-install-rules.patch
target_link_libraries(pcl2ttf PRIVATE MathLib::MathLib)
target_link_libraries(ttf2eps PRIVATE fontforge)
target_link_libraries(woff PRIVATE ZLIB::ZLIB)
+
+install(TARGETS
+ acorn2sfd dewoff findtable pcl2ttf pfadecrypt
+ rmligamarks showttf stripttc ttf2eps woff
+ RUNTIME
+ DESTINATION ${CMAKE_INSTALL_BINDIR})
+
+install(FILES acorn2sfd.1 showttf.1 ttf2eps.1
+ DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
# Distributed under the original FontForge BSD 3-clause license
install(FILES excepthook.py DESTINATION ${CMAKE_INSTALL_DATADIR}/fontforge/python)
+install(DIRECTORY simple DESTINATION ${CMAKE_INSTALL_DATADIR}/fontforge/python)