diff options
| author | Petr Mrázek | 2011-06-22 18:04:22 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-06-22 18:04:22 +0200 |
| commit | 857decbcced4612094d8826217bbbcf46dc8f8ef (patch) | |
| tree | 0e4d6553367019e4f15ce1c66f51b7ed3d766e6a /CMakeLists.txt | |
| parent | 8f27966540f9fea20407c56e24d8c402481da782 (diff) | |
| download | dfhack-857decbcced4612094d8826217bbbcf46dc8f8ef.tar.gz dfhack-857decbcced4612094d8826217bbbcf46dc8f8ef.tar.bz2 dfhack-857decbcced4612094d8826217bbbcf46dc8f8ef.tar.xz | |
Plugins go into a folder, disabled console close button on windows because of bugs.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 21013dea..175542cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,7 @@ IF(NOT DEFINED CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL "") ENDIF() SET(DFHACK_OUTPUT_DIR "${dfhack_BINARY_DIR}/bin" CACHE STRING "Where should be the produced libraries and binaries stored.") +SET(DFHACK_PLUGIN_OUTPUT_DIR "${DFHACK_OUTPUT_DIR}/plugins") ## where to put things during the build (force MSVC to behave) SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE ${DFHACK_OUTPUT_DIR}) @@ -45,6 +46,8 @@ SET(DFHACK_LIBRARY_DESTINATION .) SET(DFHACK_BINARY_DESTINATION .) # Memory.xml goes here: SET(DFHACK_DATA_DESTINATION .) +# Plugins go here +SET(DFHACK_PLUGIN_DESTINATION plugins) # Includes go here: SET(DFHACK_INCLUDES_DESTINATION dev/include) # the Windows .lib files go here: |
