2026-05-07 12:27:14 -03:00
|
|
|
@PACKAGE_INIT@
|
|
|
|
|
|
|
|
|
|
# logos-cpp-sdkConfig.cmake — consumed by `find_package(logos-cpp-sdk)`.
|
|
|
|
|
#
|
2026-06-12 19:56:19 -03:00
|
|
|
# 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.
|
2026-05-07 12:27:14 -03:00
|
|
|
|
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
|
|
|
|
|
|
find_dependency(nlohmann_json REQUIRED)
|
|
|
|
|
|
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/logos-cpp-sdkTargets.cmake")
|
|
|
|
|
|
|
|
|
|
check_required_components(logos-cpp-sdk)
|