diff options
| author | Petr Mrázek | 2011-08-07 22:31:31 +0000 |
|---|---|---|
| committer | Petr Mrázek | 2011-08-07 22:31:31 +0000 |
| commit | 5e49b24f823f63c27edad308841dc3c1656f5ea0 (patch) | |
| tree | a2805af98f1c46eb986d845d5f700cbcdcf8bd7b /CMakeLists.txt | |
| parent | 6762c6d4a73291e949607fceb274e6e1a4aa2045 (diff) | |
| download | stonesense-5e49b24f823f63c27edad308841dc3c1656f5ea0.tar.gz stonesense-5e49b24f823f63c27edad308841dc3c1656f5ea0.tar.bz2 stonesense-5e49b24f823f63c27edad308841dc3c1656f5ea0.tar.xz | |
install resource folder into DF
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index aca59b6..9afd078 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,4 +68,8 @@ ELSE(UNIX) ${stonesense_SOURCE_DIR}/allegro5/lib ) ENDIF(UNIX) -DFHACK_PLUGIN(stonesense ${PROJECT_SRCS} LINK_LIBRARIES ${PROJECT_LIBS})
\ No newline at end of file +DFHACK_PLUGIN(stonesense ${PROJECT_SRCS} LINK_LIBRARIES ${PROJECT_LIBS}) +install(DIRECTORY resources/ + DESTINATION "${DFHACK_DATA_DESTINATION}/stonesense" + PATTERN "CVS" EXCLUDE + PATTERN ".svn" EXCLUDE)
\ No newline at end of file |
