summaryrefslogtreecommitdiff
path: root/data/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
commit5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1 (patch)
treecb5b8f2f25cbb93ce32fc1db2a12f03584bb9f5c /data/CMakeLists.txt
parent78f7e290e46e6084bc51023ae3c8619b0695b7b6 (diff)
downloadmana-client-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.tar.gz
mana-client-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.tar.bz2
mana-client-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.tar.xz
mana-client-5bc5329f8ade88b1fd4d06c8bd226f1bf9db34c1.zip
Updated Makefiles and CMake Lists
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r--data/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 36259082..e60bfe30 100644
--- a/data/CMakeLists.txt
+++ b/data/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