mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-05-27 05:54:34 +00:00
removed stdafx from server namespace logger is now header only added class stubs added accessor classes and minor code in them added nlohmann_json to includes protocol switch back to 560 while we wait for next neolegacy release
9 lines
145 B
CMake
9 lines
145 B
CMake
set(MINECRAFT_SERVER_SOURCES
|
|
"Access/ServerAccessor.cpp"
|
|
|
|
"Commands/CommandDispatcher.cpp"
|
|
|
|
"Storage/GenericStorage.cpp"
|
|
|
|
"Application.cpp"
|
|
) |