diff options
Diffstat (limited to 'extra/CMakeLists.txt')
-rw-r--r-- | extra/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/CMakeLists.txt b/extra/CMakeLists.txt new file mode 100644 index 0000000..0860b02 --- /dev/null +++ b/extra/CMakeLists.txt @@ -0,0 +1,6 @@ +file(GLOB PICS ${CMAKE_CURRENT_SOURCE_DIR}/*.png) + +install( + FILES ${PICS} + DESTINATION ${DATA_INSTALL_DIR}/twin/pics/SUSE2 +) |