mirror of
https://github.com/iriselia/xgmsv.git
synced 2025-04-04 07:28:28 +08:00
15 lines
167 B
CMake
15 lines
167 B
CMake
SET( DEFINE
|
|
)
|
|
SET( INCLUDE
|
|
core
|
|
)
|
|
SET( LINK
|
|
core
|
|
)
|
|
|
|
create_project(CONSOLE DEFINE INCLUDE LINK)
|
|
|
|
if(MSVC)
|
|
add_definitions(/await)
|
|
add_definitions(/std:c++17)
|
|
endif() |