aboutsummaryrefslogtreecommitdiff
path: root/ports/replxx/usage
diff options
context:
space:
mode:
authorkreuzerkrieg <kreuzerkrieg@gmail.com>2020-03-28 06:43:13 +0300
committerGitHub <noreply@github.com>2020-03-27 20:43:13 -0700
commitd2512ed8e3a09a808eb8765adba4f8731d66eaed (patch)
treeaeae5d1f0e4a90cec02c1ee9b9455e5e2b05af94 /ports/replxx/usage
parentedfce3b4558644d61fbef4c88ff4bd106b0809f8 (diff)
downloadvcpkg-d2512ed8e3a09a808eb8765adba4f8731d66eaed.tar.gz
vcpkg-d2512ed8e3a09a808eb8765adba4f8731d66eaed.zip
[replxx] Add new port (#10052)
* replxx * wip
Diffstat (limited to 'ports/replxx/usage')
-rw-r--r--ports/replxx/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/replxx/usage b/ports/replxx/usage
new file mode 100644
index 000000000..5be648855
--- /dev/null
+++ b/ports/replxx/usage
@@ -0,0 +1,4 @@
+The package replxx is compatible with built-in CMake targets:
+
+ FIND_PACKAGE(replxx REQUIRED)
+ TARGET_LINK_LIBRARIES(main PRIVATE REPLXX::replxx)