mirror of
https://github.com/iriselia/xgmsv.git
synced 2025-04-05 17:38:28 +08:00
21 lines
203 B
CMake
21 lines
203 B
CMake
![]() |
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()
|