diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-22 21:44:05 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-22 21:44:05 +0000 |
commit | 067cfbe24d7b1db7a4357272f47a3333c0db13d4 (patch) | |
tree | 0fea1603a6d482852f00490dd7b5ae81875a755b /CMakeLists.txt | |
parent | 8ff74ff505c096313c9c7af5247fd5b64769da30 (diff) | |
download | clientdata-067cfbe24d7b1db7a4357272f47a3333c0db13d4.tar.gz clientdata-067cfbe24d7b1db7a4357272f47a3333c0db13d4.tar.bz2 clientdata-067cfbe24d7b1db7a4357272f47a3333c0db13d4.tar.xz clientdata-067cfbe24d7b1db7a4357272f47a3333c0db13d4.zip |
Updated Makefiles.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e60bfe30..2d2aa82f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,8 +7,9 @@ ADD_SUBDIRECTORY(maps) ADD_SUBDIRECTORY(sfx) SET(FILES - equipment.xml + equipment.xml items.xml + monsters.xml ) -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR})
\ No newline at end of file +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}) |