celestia/scripts/CMakeLists.txt

4 lines
145 B
CMake

file(GLOB SCRIPTS_SOURCES "*.cel" "*.celx" "overlay/*.cel" "overlay/*.celx")
install(FILES ${SCRIPTS_SOURCES} DESTINATION "${DATADIR}/scripts")