mirror of
https://github.com/iriselia/xgmsv.git
synced 2025-04-04 15:58:26 +08:00
10 lines
181 B
CMake
10 lines
181 B
CMake
SET( DEFINE
|
|
_CRT_SECURE_NO_WARNINGS
|
|
)
|
|
SET( INCLUDE
|
|
)
|
|
SET( LINK
|
|
)
|
|
create_project(CONSOLE DEFINE INCLUDE LINK)
|
|
add_definitions("/utf-8")
|
|
#SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /utf-8") |