@PACKAGE_INIT@ # logos-cpp-sdkConfig.cmake — consumed by `find_package(logos-cpp-sdk)`. # # The base SDK is Qt-free and header-only (logos_module_context.h / # logos_result.h / logos_json.h). Its only dependency is nlohmann_json. # Qt-typed wrappers and the provider glue live in logos-qt-sdk; the # transports and lp_* C ABI live in logos-protocol. include(CMakeFindDependencyMacro) find_dependency(nlohmann_json REQUIRED) include("${CMAKE_CURRENT_LIST_DIR}/logos-cpp-sdkTargets.cmake") check_required_components(logos-cpp-sdk)