co-maps/3party/stb_image/CMakeLists.txt
2025-11-22 13:58:55 +01:00

9 lines
100 B
CMake

project(stb_image)
set(
SRC
stb_image.cpp
stb_image.h
)
add_library(${PROJECT_NAME} ${SRC})