summaryrefslogtreecommitdiff
path: root/data/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r--data/CMakeLists.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
new file mode 100644
index 0000000..3b103c9
--- /dev/null
+++ b/data/CMakeLists.txt
@@ -0,0 +1,23 @@
+###############################################################################
+# tuxanci/data/CMakeLists.txt
+###############################################################################
+# DIRECTORIES
+###############################################################################
+ADD_SUBDIRECTORY ( arena )
+ADD_SUBDIRECTORY ( conf )
+ADD_SUBDIRECTORY ( font )
+ADD_SUBDIRECTORY ( image )
+ADD_SUBDIRECTORY ( lang )
+ADD_SUBDIRECTORY ( music )
+ADD_SUBDIRECTORY ( sound )
+###############################################################################
+# CURRENT DIRECTORY FILES
+###############################################################################
+IF ( NOT Server )
+ INSTALL ( FILES tuxanci.desktop DESTINATION doc/${APPNAME}-${VERSION}/)
+ IF ( NOT Win )
+ INSTALL ( FILES tuxanci.ico
+ DESTINATION doc/${APPNAME}-${VERSION}/)
+ ENDIF ( NOT Win )
+ENDIF ( NOT Server )
+############################################################################### \ No newline at end of file