co-maps/3party/stb_image/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
100 B
Text
Raw Normal View History

2025-11-22 13:58:55 +01:00
project(stb_image)
set(
SRC
stb_image.cpp
stb_image.h
)
add_library(${PROJECT_NAME} ${SRC})