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

7 lines
164 B
CMake

@PACKAGE_INIT@
if(NOT TARGET protocolCraft)
# lowercase as required by find_package
include(${CMAKE_CURRENT_LIST_DIR}/protocolcraft-targets.cmake)
endif()