diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-01 20:58:10 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-01 21:42:50 +0200 |
commit | 954ceb91ddd94985594996d6d3c50be7b5652626 (patch) | |
tree | 95b9a13368a5c561b380f34df95850276ec205ac /toolchain.cmake | |
parent | ba1c188f7a1850761eb7d63fbaaeece6dfb2a256 (diff) | |
download | mv-954ceb91ddd94985594996d6d3c50be7b5652626.tar.gz mv-954ceb91ddd94985594996d6d3c50be7b5652626.tar.bz2 mv-954ceb91ddd94985594996d6d3c50be7b5652626.tar.xz mv-954ceb91ddd94985594996d6d3c50be7b5652626.zip |
Add ability to enable/disable manaserv with embedded enet.
Set manaserv disabled in automake and cmake by default but enabled in build scripts.
Diffstat (limited to 'toolchain.cmake')
-rw-r--r-- | toolchain.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain.cmake b/toolchain.cmake index dd2e1a90e..31d4bc6ba 100644 --- a/toolchain.cmake +++ b/toolchain.cmake @@ -19,7 +19,7 @@ SET(SDLMIXER_INCLUDE_DIR ../mana_win/libs/include/SDL) SET(SDLNET_INCLUDE_DIR ../mana_win/libs/include/SDL) SET(SDLTTF_INCLUDE_DIR ../mana_win/libs/include/SDL) SET(SDL_INCLUDE_DIR ../mana_win/libs/include/SDL) - +SET(ENABLE_MANASERV ON) # here is the target environment located SET(CMAKE_FIND_ROOT_PATH /usr/i586-mingw32msvc /../mana_win/libs ) |