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