summaryrefslogtreecommitdiff
path: root/data/conf
diff options
context:
space:
mode:
Diffstat (limited to 'data/conf')
-rw-r--r--data/conf/CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/conf/CMakeLists.txt b/data/conf/CMakeLists.txt
new file mode 100644
index 0000000..df336b4
--- /dev/null
+++ b/data/conf/CMakeLists.txt
@@ -0,0 +1,14 @@
+###############################################################################
+# tuxanci/data/conf/CMakeLists.txt
+###############################################################################
+# DIRECTORIES
+###############################################################################
+# nada :P
+###############################################################################
+# CURRENT DIRECTORY FILES
+###############################################################################
+IF ( Server )
+ INSTALL ( FILES server.conf
+ DESTINATION ${CMAKE_INSTALL_ETCDIR}/${APPNAME} )
+ENDIF ( Server )
+############################################################################### \ No newline at end of file