mirror of
https://github.com/Astatin3/meteorbot-old.git
synced 2026-06-09 00:28:06 -06:00
7 lines
132 B
CMake
7 lines
132 B
CMake
@PACKAGE_INIT@
|
|
|
|
find_package(Threads)
|
|
|
|
if(NOT TARGET botcraft)
|
|
include(${CMAKE_CURRENT_LIST_DIR}/botcraft-targets.cmake)
|
|
endif() |