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

6 lines
111 B
Text
Raw Normal View History

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