mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Indent with 2 spaces Also remove expressions form closing tags. They have been made optional a while ago since they make reading rather more difficult.
5 lines
190 B
CMake
5 lines
190 B
CMake
# Glob all database upgrade scripts
|
|
file(GLOB fontfileslist RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "*.zmfnt")
|
|
# Install the fonts
|
|
install(FILES ${fontfileslist} DESTINATION "${ZM_FONTDIR}")
|