Fix stb cmake build

This commit is contained in:
RipleyTom 2024-06-06 10:16:14 +02:00 committed by Megamouse
parent d5747a61f1
commit 1ec523b018
2 changed files with 3 additions and 3 deletions

2
3rdparty/stblib/CMakeLists.txt vendored Normal file
View file

@ -0,0 +1,2 @@
add_library(3rdparty_stblib INTERFACE)
target_include_directories(3rdparty_stblib INTERFACE stb)