Skip to content

Commit

Permalink
Add CMakeLists so that fonts get installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Dec 1, 2020
1 parent d1c3864 commit 3c11b4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fonts/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Glob all database upgrade scripts
file(GLOB fontfileslist RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "*.zmfnt")
# Install the fonts
install(FILES ${fontfileslist} DESTINATION "${ZM_FONTDIR}")

0 comments on commit 3c11b4f

Please sign in to comment.