summaryrefslogtreecommitdiff
path: root/data/graphics/images/CMakeLists.txt
blob: a8b6ddbd80cb349aa85880eb857fd2acf88dac84 (plain) (blame)
1
2
3
4
5
6
7
8
ADD_SUBDIRECTORY(ambient)

SET(FILES
    error.png
    login_wallpaper.png
    )

INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images)