13 lines
312 B
CMake
13 lines
312 B
CMake
@PACKAGE_INIT@
|
|
|
|
list(APPEND CMAKE_MODULE_PATH "@PACKAGE_cmakeModulesDir@")
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(Boost 1.74.0 COMPONENTS headers)
|
|
find_dependency(spdlog 1.10.0)
|
|
find_dependency(tl-expected 1.0.0)
|
|
find_dependency(nlohmann_json 3.11.2)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/ocppi.cmake)
|