CelestiaContent/textures/lores/CMakeLists.txt

4 lines
122 B
CMake

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