aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorRat <none@none>2010-01-24 20:02:05 +0100
committerRat <none@none>2010-01-24 20:02:05 +0100
commit523dae2f63304f35c8ce7fc6ee006f50d40416a3 (patch)
tree59d5f7d0564feaac0ef5b47a3c93ba46c0fce8b7 /src/CMakeLists.txt
parent50815cb7bc646e5442a80bda41d1d8350a7b82d8 (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.txt3
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)