mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
add fixes for other servers
This commit is contained in:
parent
32e04ea74c
commit
1f37254f1a
@ -161,9 +161,9 @@ if(EQEMU_BUILD_SERVER)
|
||||
add_subdirectory(shared_memory)
|
||||
add_subdirectory(world)
|
||||
#add_subdirectory(zone)
|
||||
#add_subdirectory(ucs)
|
||||
#add_subdirectory(queryserv)
|
||||
#add_subdirectory(eqlaunch)
|
||||
add_subdirectory(ucs)
|
||||
add_subdirectory(queryserv)
|
||||
add_subdirectory(eqlaunch)
|
||||
endif()
|
||||
|
||||
#if(EQEMU_BUILD_LOGIN)
|
||||
|
||||
@ -15,6 +15,6 @@ add_executable(eqlaunch ${eqlaunch_sources} ${eqlaunch_headers})
|
||||
|
||||
install(TARGETS eqlaunch RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
|
||||
target_link_libraries(eqlaunch ${SERVER_LIBS})
|
||||
target_link_libraries(eqlaunch common)
|
||||
|
||||
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
|
||||
|
||||
@ -25,6 +25,6 @@ install(TARGETS queryserv RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
|
||||
add_definitions(-DQSERV)
|
||||
|
||||
target_link_libraries(queryserv ${SERVER_LIBS})
|
||||
target_link_libraries(queryserv common)
|
||||
|
||||
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
|
||||
|
||||
@ -23,6 +23,6 @@ install(TARGETS ucs RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
|
||||
add_definitions(-DUCS)
|
||||
|
||||
target_link_libraries(ucs ${SERVER_LIBS})
|
||||
target_link_libraries(ucs common)
|
||||
|
||||
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user