summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-17 17:00:59 +0000
committerscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-17 17:00:59 +0000
commit531f64d72827f7540e8c56b3e7648ac3a1f49045 (patch)
tree84d1e2bf4d62fb04fb56c910458a5de0718e2599 /CMakeLists.txt
parent480a6baa30c1b14fe6c54338d05f29dd6e6a53bc (diff)
- dokonceni build.sh
- par uprav pro win32 git-svn-id: http://opensvn.csie.org/tuxanci_ng@217 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eeafe07..0c3f790 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -134,6 +134,8 @@ IF ( WIN )
SET ( SDLIMAGE_INCLUDE_DIR "${CMAKE_SOURCE_DIR}/packaging/windows/SDL/include/" )
SET ( SDLTTF_INCLUDE_DIR "${CMAKE_SOURCE_DIR}/packaging/windows/SDL/include/" )
ENDIF ( NOT Server )
+ # noone wants to debug in windows
+ SET ( CMAKE_BUILD_TYPE Release )
# override basic directory placement
SET ( CMAKE_CONF_PATH "../${APPNAME}/etc/" )
SET ( CMAKE_DATA_PATH "../${APPNAME}/share/" )