Add CMakeLists so that fonts get installed

This commit is contained in:
Isaac Connor 2020-12-01 09:35:24 -05:00
parent d1c3864778
commit 3c11b4f151
1 changed files with 5 additions and 0 deletions

5
fonts/CMakeLists.txt Normal file
View File

@ -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}")