aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
diff options
context:
space:
mode:
authorTartalo <none@none>2010-06-07 12:13:15 +0200
committerTartalo <none@none>2010-06-07 12:13:15 +0200
commit74b3fb53c06f98d29c5fe069d6a6250833c21c71 (patch)
tree4a4530d6ba07c823f85e651d1679f85e7731b34c /src/server/shared
parente7bb8bca1e1345d398efff92a645ae01fc18ed29 (diff)
Some fixes for shared/CMakeLists.txt
Adjust game/CMakeLists.txt to the new structure (needs more work) --HG-- branch : trunk
Diffstat (limited to 'src/server/shared')
-rw-r--r--src/server/shared/CMakeLists.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/server/shared/CMakeLists.txt b/src/server/shared/CMakeLists.txt
index ed43a4eb6cd..5e0a2f40adf 100644
--- a/src/server/shared/CMakeLists.txt
+++ b/src/server/shared/CMakeLists.txt
@@ -1,7 +1,14 @@
-add_subdirectory(vmap)
-add_subdirectory(Auth)
-add_subdirectory(Config)
+add_subdirectory(Configuration)
+add_subdirectory(Cryptography)
add_subdirectory(Database)
+add_subdirectory(DataStores)
+add_subdirectory(Debugging)
+add_subdirectory(Dynamic)
+add_subdirectory(Logging)
+add_subdirectory(Packets)
+add_subdirectory(Policies)
+add_subdirectory(Threading)
+add_subdirectory(Utilities)
########### next target ###############
@@ -30,7 +37,6 @@ include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/dep/include
${CMAKE_SOURCE_DIR}/dep/include/sockets
- ${CMAKE_SOURCE_DIR}/src/server/framework
${CMAKE_SOURCE_DIR}/src/server/shared
${MYSQL_INCLUDE_DIR}
)