mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Add CMakeLists so that fonts get installed
This commit is contained in:
5
fonts/CMakeLists.txt
Normal file
5
fonts/CMakeLists.txt
Normal 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}")
|
||||
|
||||
Reference in New Issue
Block a user