6 lines
111 B
Text
6 lines
111 B
Text
|
add_library(stb
|
||
|
src/stb.c)
|
||
|
target_include_directories(stb PUBLIC include)
|
||
|
|
||
|
add_library(stb::stb ALIAS stb)
|