diff options
author | Tartalo <none@none> | 2010-06-06 12:43:01 +0200 |
---|---|---|
committer | Tartalo <none@none> | 2010-06-06 12:43:01 +0200 |
commit | 4ee2e42bdb9b78b93b7cae45f41a565ecc46386e (patch) | |
tree | 463a469fb447cb6d001231c369545e00bfae0271 /src/server/CMakeLists.txt | |
parent | 56489f2677172677df79537de25337cf3e50e025 (diff) |
More CMakeLists.txt fixes. not compilable yet
--HG--
branch : trunk
Diffstat (limited to 'src/server/CMakeLists.txt')
-rw-r--r-- | src/server/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/server/CMakeLists.txt b/src/server/CMakeLists.txt new file mode 100644 index 00000000000..39a96cf1f3c --- /dev/null +++ b/src/server/CMakeLists.txt @@ -0,0 +1,8 @@ +add_subdirectory(framework) +add_subdirectory(game) +if (DO_SCRIPTS) + add_subdirectory(scripts) +endif (DO_SCRIPTS) +add_subdirectory(shared) +add_subdirectory(worldserver) +add_subdirectory(authserver) |