mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 06:01:38 +00:00
Fix world, separate out data_buckets.
This commit is contained in:
+9
-9
@@ -157,15 +157,15 @@ else()
|
||||
message(FATAL_ERROR "No targets were selected to build, we must build at least one target.")
|
||||
endif()
|
||||
|
||||
#if(EQEMU_BUILD_SERVER)
|
||||
# add_subdirectory(shared_memory)
|
||||
# add_subdirectory(world)
|
||||
# add_subdirectory(zone)
|
||||
# add_subdirectory(ucs)
|
||||
# add_subdirectory(queryserv)
|
||||
# add_subdirectory(eqlaunch)
|
||||
#endif()
|
||||
#
|
||||
if(EQEMU_BUILD_SERVER)
|
||||
add_subdirectory(shared_memory)
|
||||
add_subdirectory(world)
|
||||
#add_subdirectory(zone)
|
||||
#add_subdirectory(ucs)
|
||||
#add_subdirectory(queryserv)
|
||||
#add_subdirectory(eqlaunch)
|
||||
endif()
|
||||
|
||||
#if(EQEMU_BUILD_LOGIN)
|
||||
# add_subdirectory(loginserver)
|
||||
#endif()
|
||||
|
||||
Reference in New Issue
Block a user