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

install(
    FILES ${_pngs} alien-artifact.png.config
    DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/backgrounds
)