@PACKAGE_INIT@ include(CMakeFindDependencyMacro) set(HYBBX_VERSION @PROJECT_VERSION@) if(NOT TARGET HyBBX::core) include("${CMAKE_CURRENT_LIST_DIR}/HyBBXTargets.cmake") endif() check_required_components(HyBBX)