Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
graph/3rdparty/stb/CMakeLists.txt

5 lines
111 B
CMake
Executable file

add_library(stb
src/stb.c)
target_include_directories(stb PUBLIC include)
add_library(stb::stb ALIAS stb)