summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-11-26 10:27:02 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-11-26 10:27:02 +0000
commit3854f2087447389f0d44a1af3eef9f6c8e4a5002 (patch)
treecc09fb7f3648630a7ae78afb3ef68c97a3b9c2ad /CMakeLists.txt
parent9dbadcc5eedbf05cc226aac834fec94de90af6d3 (diff)
downloadclientdata-3854f2087447389f0d44a1af3eef9f6c8e4a5002.tar.gz
clientdata-3854f2087447389f0d44a1af3eef9f6c8e4a5002.tar.bz2
clientdata-3854f2087447389f0d44a1af3eef9f6c8e4a5002.tar.xz
clientdata-3854f2087447389f0d44a1af3eef9f6c8e4a5002.zip
Updated Makefiles and CMake Lists
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 36259082..e60bfe30 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,8 @@ ADD_SUBDIRECTORY(maps)
ADD_SUBDIRECTORY(sfx)
SET(FILES
+ equipment.xml
items.xml
)
-INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR})
+INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}) \ No newline at end of file