mirror of
https://github.com/Astatin3/meteorbot-old.git
synced 2026-06-09 00:28:06 -06:00
3 lines
169 B
CMake
3 lines
169 B
CMake
|
|
add_library(stb_image INTERFACE IMPORTED)
|
||
|
|
set_property(TARGET stb_image PROPERTY INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/stb_image/include")
|