dethrace/lib/stb/CMakeLists.txt

7 lines
98 B
CMake

add_library(stb INTERFACE)
target_include_directories(stb
SYSTEM INTERFACE
include
)