mirror of
https://github.com/Astatin3/meteorbot-old.git
synced 2026-06-09 08:38:07 -06:00
7 lines
164 B
CMake
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()
|