summaryrefslogtreecommitdiffstats
path: root/backgrounds/crystal/CMakeLists.txt
blob: 68bf2f9ba6e4b71abf6cd5d49ccbb9766ed30227 (plain)
1
2
3
4
5
6
file( GLOB _pics RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png )

install(
    FILES ${_pics}
    DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/backgrounds/crystal
)