xgmsv/3rdParty/glfw/CMakeLists.txt

9 lines
108 B
CMake
Raw Normal View History

2020-03-03 07:27:11 +08:00
SET( DEFINE
2020-03-04 18:18:18 +08:00
_CRT_SECURE_NO_WARNINGS
2020-03-03 07:27:11 +08:00
)
SET( INCLUDE
)
SET( LINK
)
create_project(STATIC DEFINE INCLUDE LINK)