aboutsummaryrefslogtreecommitdiff
path: root/ports/json-schema-validator/usage
diff options
context:
space:
mode:
authorAnkush Singh <11595119+thewisebro@users.noreply.github.com>2020-06-11 12:51:27 +0530
committerGitHub <noreply@github.com>2020-06-11 00:21:27 -0700
commit31aea2572884a9faed9eea443233261c1130c74f (patch)
tree1e3905dce262eec98e36b200e241f667cc4921b3 /ports/json-schema-validator/usage
parent9c0893e04db383e87617b8119659a734e6398149 (diff)
downloadvcpkg-31aea2572884a9faed9eea443233261c1130c74f.tar.gz
vcpkg-31aea2572884a9faed9eea443233261c1130c74f.zip
[json-schema-validator] Add new port (#11599)
* [json-schema-validator] Add new port * [json-schema-validator] Fix string ambiguous assignment error * [json-schema-validator] Remove redundant part from patch's path * [json-schema-validator] Forward find_package() for nlohmann_json * [json-schema-validator] comment out lines from source's CMakeLists.txt * [json-schema-validator] Improve portfile.cmake and regenerate patch Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'ports/json-schema-validator/usage')
-rw-r--r--ports/json-schema-validator/usage4
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)