aboutsummaryrefslogtreecommitdiff
path: root/ports/plibsys/usage
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-06-11 09:08:48 +0800
committerGitHub <noreply@github.com>2020-06-10 18:08:48 -0700
commita0518036077baa44192ca95aa7893ee1212ce889 (patch)
tree168897a0f7280bfaa1ec5209712d8e2ab50a8890 /ports/plibsys/usage
parent1509b14bb3e100ff579bc42c5923ed2871467844 (diff)
downloadvcpkg-a0518036077baa44192ca95aa7893ee1212ce889.tar.gz
vcpkg-a0518036077baa44192ca95aa7893ee1212ce889.zip
[plibsys] Fix failures on linux and osx (#11633)
* [plibsys] Fix failures on linux and osx * Update patch for fix build failure with x64-windows-static * Add vcpkg_cmake_wrapper and usage
Diffstat (limited to 'ports/plibsys/usage')
-rw-r--r--ports/plibsys/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/plibsys/usage b/ports/plibsys/usage
new file mode 100644
index 000000000..e679f1bdc
--- /dev/null
+++ b/ports/plibsys/usage
@@ -0,0 +1,5 @@
+The package plibsys provides CMake targets:
+
+ find_package(plibsys CONFIG REQUIRED)
+ target_include_directories(main PRIVATE ${PLIBSYS_INCLUDE_DIRS})
+ target_link_libraries(main PRIVATE ${PLIBSYS_LIBRARIES})