summaryrefslogtreecommitdiffstats
path: root/deps/src/stb/CMakeLists.txt
blob: 8eae4202b7023d9d4883b14be3486989b792284c (plain)
1
2
3
4
add_library(stb STATIC "${CMAKE_CURRENT_LIST_DIR}/stb.c")
target_compile_definitions(stb PRIVATE _CRT_SECURE_NO_WARNINGS)
target_include_directories(stb PUBLIC "${DEPS_INCLUDE_DIR}")
set_target_properties(stb PROPERTIES FOLDER DEPS)