summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-12-23 16:04:56 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-12-23 16:04:56 +0000
commit39c289bae4b8830105c88633b6f2fc81f0e41583 (patch)
tree42cb507d2e515a2abad8a6f9ae7759810a79a7fc /CMakeLists.txt
parent067cfbe24d7b1db7a4357272f47a3333c0db13d4 (diff)
downloadclientdata-39c289bae4b8830105c88633b6f2fc81f0e41583.tar.gz
clientdata-39c289bae4b8830105c88633b6f2fc81f0e41583.tar.bz2
clientdata-39c289bae4b8830105c88633b6f2fc81f0e41583.tar.xz
clientdata-39c289bae4b8830105c88633b6f2fc81f0e41583.zip
Removed database files, minimaps, items, monster sprites, maps and sounds from
the release. They will be released dynamically only.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2d2aa82f..3c482b49 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,13 +3,3 @@ SET(DATA_DIR ${PKG_DATADIR}/data)
ADD_SUBDIRECTORY(graphics)
ADD_SUBDIRECTORY(help)
ADD_SUBDIRECTORY(icons)
-ADD_SUBDIRECTORY(maps)
-ADD_SUBDIRECTORY(sfx)
-
-SET(FILES
- equipment.xml
- items.xml
- monsters.xml
- )
-
-INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR})