celestia/fonts/CMakeLists.txt

4 lines
97 B
CMake

file(GLOB FONTS_SOURCES "*.ttf")
install(FILES ${FONTS_SOURCES} DESTINATION "${DATADIR}/fonts")