summaryrefslogtreecommitdiff
path: root/library/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek2012-02-11 19:24:44 +0100
committerPetr Mrázek2012-02-11 19:24:44 +0100
commited53ee7031bb3ea0907e0cf0aa2ca08f3888887d (patch)
tree931506e79f838e081dd1624c03809ff03793831e /library/CMakeLists.txt
parent8527547cbe050cb0b5e50c162354f1eb069a554a (diff)
downloaddfhack-ed53ee7031bb3ea0907e0cf0aa2ca08f3888887d.tar.gz
dfhack-ed53ee7031bb3ea0907e0cf0aa2ca08f3888887d.tar.bz2
dfhack-ed53ee7031bb3ea0907e0cf0aa2ca08f3888887d.tar.xz
Update to use the new symbols file.
Diffstat (limited to 'library/CMakeLists.txt')
-rw-r--r--library/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index 4e1c8fca..46944426 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -198,7 +198,7 @@ install(TARGETS dfhack
LIBRARY DESTINATION ${DFHACK_LIBRARY_DESTINATION}
RUNTIME DESTINATION ${DFHACK_LIBRARY_DESTINATION})
#install the offset file
-install(FILES ${dfhack_SOURCE_DIR}/Memory.xml
+install(FILES xml/symbols.xml
DESTINATION ${DFHACK_DATA_DESTINATION}) #linux: share/dfhack
if(BUILD_DEVEL)