jak-project/third-party/stb_image/CMakeLists.txt

10 lines
135 B
CMake
Raw Normal View History

2022-06-19 19:48:34 -04:00
if (UNIX)
set(CMAKE_CXX_FLAGS "-O3")
else ()
set(CMAKE_CXX_FLAGS "/EHsc")
endif (UNIX)
add_library(stb_image stb_image.cpp)