should prob put this on git sometime
This commit is contained in:
3
destrum/third_party/stb/CMakeLists.txt
vendored
Normal file
3
destrum/third_party/stb/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
add_library(stb_image INTERFACE)
|
||||
target_include_directories(stb_image INTERFACE "${CMAKE_CURRENT_LIST_DIR}/include")
|
||||
add_library(stb::image ALIAS stb_image)
|
||||
Reference in New Issue
Block a user