aboutsummaryrefslogtreecommitdiff
path: root/ports/json-schema-validator/usage
blob: 3493d3808e8669b1cf451867efab3b80a5ae2c0f (plain)
1
2
3
4
The package json-schema-validator provides CMake integration:

    find_package(nlohmann_json_schema_validator REQUIRED)
    target_link_libraries(main PRIVATE nlohmann_json_schema_validator)