mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 10:11:37 +00:00
Fix client files, loginserver and tests
This commit is contained in:
+11
-11
@@ -166,14 +166,14 @@ if(EQEMU_BUILD_SERVER)
|
||||
add_subdirectory(eqlaunch)
|
||||
endif()
|
||||
|
||||
#if(EQEMU_BUILD_LOGIN)
|
||||
# add_subdirectory(loginserver)
|
||||
#endif()
|
||||
#
|
||||
#if(EQEMU_BUILD_TESTS)
|
||||
# add_subdirectory(tests)
|
||||
#endif()
|
||||
#
|
||||
#if(EQEMU_BUILD_CLIENT_FILES)
|
||||
# add_subdirectory(client_files)
|
||||
#endif()
|
||||
if(EQEMU_BUILD_LOGIN)
|
||||
add_subdirectory(loginserver)
|
||||
endif()
|
||||
|
||||
if(EQEMU_BUILD_TESTS)
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
if(EQEMU_BUILD_CLIENT_FILES)
|
||||
add_subdirectory(client_files)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user