diff options
author | Rat <none@none> | 2010-01-24 20:02:05 +0100 |
---|---|---|
committer | Rat <none@none> | 2010-01-24 20:02:05 +0100 |
commit | 523dae2f63304f35c8ce7fc6ee006f50d40416a3 (patch) | |
tree | 59d5f7d0564feaac0ef5b47a3c93ba46c0fce8b7 /src/CMakeLists.txt | |
parent | 50815cb7bc646e5442a80bda41d1d8350a7b82d8 (diff) |
*added new CMakeLists
-should speed up building on linux systems
--HG--
branch : trunk
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bf2fb63631f..bd174ba8735 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,8 @@ add_subdirectory(framework) add_subdirectory(game) +if (DO_SCRIPTS) + add_subdirectory(scripts) +endif (DO_SCRIPTS) add_subdirectory(shared) add_subdirectory(trinitycore) add_subdirectory(trinityrealm) |