mirror of
https://github.com/iriselia/xgmsv.git
synced 2025-04-06 01:48:27 +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() |