diff options
Diffstat (limited to 'ports/json-schema-validator/usage')
| -rw-r--r-- | ports/json-schema-validator/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/json-schema-validator/usage b/ports/json-schema-validator/usage new file mode 100644 index 000000000..3493d3808 --- /dev/null +++ b/ports/json-schema-validator/usage @@ -0,0 +1,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) |
