5 lines
111 B
CMake
Executable file
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)
|