This repository has been archived on 2022-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
InfinitShoot/cmake/FindSTB.cmake

3 lines
111 B
CMake
Raw Permalink Normal View History

2022-07-31 22:27:19 +08:00
add_library(stb_image STATIC 3rdlibs/stb/stb_image.c)
target_include_directories(stb_image PUBLIC 3rdlibs/stb)