Files
ugly/source/image/CMakeLists.txt
2025-07-30 08:16:37 -04:00

10 lines
139 B
CMake

project(stb_image)
add_library(${PROJECT_NAME}
./src/stb_image.c
)
target_include_directories(${PROJECT_NAME}
PUBLIC ./include
)