aboutsummaryrefslogtreecommitdiff
path: root/ports/pangolin/usage
diff options
context:
space:
mode:
authorJackBoosY <47264268+JackBoosY@users.noreply.github.com>2019-03-13 06:46:54 +0800
committerPhil Christensen <philc@microsoft.com>2019-03-12 15:46:54 -0700
commit894f110c02630310b5c614e362088e2a23970104 (patch)
treefb71c7db276130ed758b9a0f0ba74c21edc8e486 /ports/pangolin/usage
parent77becdc97a3b2ae5ae2c6cdd2f4edc4c184b8135 (diff)
downloadvcpkg-894f110c02630310b5c614e362088e2a23970104.tar.gz
vcpkg-894f110c02630310b5c614e362088e2a23970104.zip
[pangolin]Fix usage bug:include path has one more ../, add usage file. (#5647)
Diffstat (limited to 'ports/pangolin/usage')
-rw-r--r--ports/pangolin/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/pangolin/usage b/ports/pangolin/usage
new file mode 100644
index 000000000..93db9b75b
--- /dev/null
+++ b/ports/pangolin/usage
@@ -0,0 +1,5 @@
+The package pangolin is compatible with built-in CMake targets:
+
+ find_package(Pangolin CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE pangolin)
+ target_include_directories(main PRIVATE ${Pangolin_INCLUDE_DIRS})