xgmsv/Source/Server_net/CMakeLists.txt

21 lines
203 B
CMake
Raw Normal View History

2020-03-03 07:27:11 +08:00
SET( DEFINE
)
SET( INCLUDE
asio
core
docopt
imgui
)
SET( LINK
asio
core
docopt
imgui
)
create_project(CONSOLE DEFINE INCLUDE LINK)
if(MSVC)
add_definitions(/await)
add_definitions(/std:c++17)
endif()