|
|
@ -2,12 +2,17 @@ project "server" |
|
|
|
location "./server" |
|
|
|
location "./server" |
|
|
|
kind "ConsoleApp" |
|
|
|
kind "ConsoleApp" |
|
|
|
language "C++" |
|
|
|
language "C++" |
|
|
|
cppdialect "C++17" |
|
|
|
cppdialect "C++20" |
|
|
|
systemversion "latest" |
|
|
|
systemversion "latest" |
|
|
|
|
|
|
|
|
|
|
|
targetdir("%{wks.location}/bin/" .. outputdir .. "/%{prj.name}") |
|
|
|
targetdir("%{wks.location}/bin/" .. outputdir .. "/%{prj.name}") |
|
|
|
objdir("%{wks.location}/bin-int/" .. outputdir .. "/%{prj.name}") |
|
|
|
objdir("%{wks.location}/bin-int/" .. outputdir .. "/%{prj.name}") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defines |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"BKMOD_ALL" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
includedirs |
|
|
|
includedirs |
|
|
|
{ |
|
|
|
{ |
|
|
|
"%{IncludeDirs.spdlog}", |
|
|
|
"%{IncludeDirs.spdlog}", |
|
|
|