10 lines
229 B
CMake
10 lines
229 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(nlohmann_json)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/nlohmann_json_schema_validatorTargets.cmake")
|
|
check_required_components(
|
|
"nlohmann_json_schema_validator"
|
|
)
|