diff options
Diffstat (limited to 'data/graphics/images/CMakeLists.txt')
-rw-r--r-- | data/graphics/images/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/graphics/images/CMakeLists.txt b/data/graphics/images/CMakeLists.txt new file mode 100644 index 000000000..5181b4e11 --- /dev/null +++ b/data/graphics/images/CMakeLists.txt @@ -0,0 +1,6 @@ +SET(FILES + error.png + login_wallpaper.png + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images) |