Files
meteorbot-old/bot/external/Botcraft/cmake/stb_image.cmake
T

3 lines
169 B
CMake
Raw Normal View History

2024-04-30 22:07:50 -06:00
add_library(stb_image INTERFACE IMPORTED)
set_property(TARGET stb_image PROPERTY INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/stb_image/include")