celestia/textures/medres/CMakeLists.txt

4 lines
125 B
CMake

file(GLOB MEDRES_SOURCES "*.jpg" "*.png" "*.dds")
install(FILES ${MEDRES_SOURCES} DESTINATION "${DATADIR}/textures/medres")