mirror of
https://github.com/iriselia/xgmsv.git
synced 2025-04-06 18:08:27 +08:00
14 lines
138 B
CMake
14 lines
138 B
CMake
![]() |
SET( DEFINE
|
||
|
)
|
||
|
SET( INCLUDE
|
||
|
asio
|
||
|
)
|
||
|
SET( LINK
|
||
|
asio
|
||
|
)
|
||
|
|
||
|
create_project(CONSOLE DEFINE INCLUDE LINK)
|
||
|
|
||
|
if(MSVC)
|
||
|
add_definitions(/await)
|
||
|
endif()
|