CelestiaContent/models/CMakeLists.txt

4 lines
125 B
CMake
Raw Permalink Normal View History

2018-11-28 14:42:00 -07:00
file(GLOB MODELS_SOURCES "*.3ds" "*.cmod" "*.cms" "*.png")
install(FILES ${MODELS_SOURCES} DESTINATION "${DATADIR}/models")