Files
meteorbot-old/bot/external/Botcraft/botcraft/cmake/botcraft-config.cmake.in
T
2024-04-30 22:07:50 -06:00

7 lines
132 B
CMake

@PACKAGE_INIT@
find_package(Threads)
if(NOT TARGET botcraft)
include(${CMAKE_CURRENT_LIST_DIR}/botcraft-targets.cmake)
endif()