mirror of
https://github.com/iriselia/xgmsv.git
synced 2025-04-04 15:58:26 +08:00
9 lines
108 B
CMake
9 lines
108 B
CMake
SET( DEFINE
|
|
_CRT_SECURE_NO_WARNINGS
|
|
)
|
|
SET( INCLUDE
|
|
)
|
|
SET( LINK
|
|
)
|
|
create_project(STATIC DEFINE INCLUDE LINK)
|