Merge fix

This commit is contained in:
KimLS
2019-09-17 20:56:22 -07:00
231 changed files with 18003 additions and 13896 deletions
+7 -6
View File
@@ -1,25 +1,26 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.2)
SET(eqlogin_sources
account_management.cpp
client.cpp
client_manager.cpp
config.cpp
database_mysql.cpp
database_postgresql.cpp
database.cpp
encryption.cpp
loginserver_command_handler.cpp
loginserver_webserver.cpp
main.cpp
server_manager.cpp
world_server.cpp
)
SET(eqlogin_headers
account_management.h
client.h
client_manager.h
config.h
database.h
database_mysql.h
database_postgresql.h
encryption.h
loginserver_command_handler.h
loginserver_webserver.h
login_server.h
login_structures.h
options.h