celestia/locale/CMakeLists.txt

4 lines
117 B
CMake
Raw Permalink Normal View History

2018-11-28 14:42:00 -07:00
file(GLOB LOCALE_SOURCES "controls_*.txt" "*.cel")
2018-11-30 10:54:25 -07:00
install(FILES ${LOCALE_SOURCES} DESTINATION "${DATADIR}/locale")