diff options
| author | Petr Mrázek | 2012-02-11 19:24:44 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-02-11 19:24:44 +0100 |
| commit | ed53ee7031bb3ea0907e0cf0aa2ca08f3888887d (patch) | |
| tree | 931506e79f838e081dd1624c03809ff03793831e /library/CMakeLists.txt | |
| parent | 8527547cbe050cb0b5e50c162354f1eb069a554a (diff) | |
| download | dfhack-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.txt | 2 |
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) |
