summaryrefslogtreecommitdiff
path: root/data/images/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'data/images/CMakeLists.txt')
-rw-r--r--data/images/CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/images/CMakeLists.txt b/data/images/CMakeLists.txt
new file mode 100644
index 0000000..48a7e27
--- /dev/null
+++ b/data/images/CMakeLists.txt
@@ -0,0 +1,15 @@
+###############################################################################
+# tuxanci/data/images/CMakeLists.txt
+###############################################################################
+# DIRECTORIES
+###############################################################################
+# nada :P
+###############################################################################
+# CURRENT DIRECTORY FILES
+###############################################################################
+IF ( NOT Server )
+ FILE ( GLOB files "*.png" )
+ INSTALL ( FILES ${files}
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/images/ )
+ENDIF ( NOT Server )
+############################################################################### \ No newline at end of file