Files
logos-cpp-sdk/cpp/logos-cpp-sdkConfig.cmake.in

17 lines
536 B
CMake
Raw Permalink Normal View History

2026-05-07 12:27:14 -03:00
@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.
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)