diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-03-13 06:46:54 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-12 15:46:54 -0700 |
| commit | 894f110c02630310b5c614e362088e2a23970104 (patch) | |
| tree | fb71c7db276130ed758b9a0f0ba74c21edc8e486 /ports/pangolin/usage | |
| parent | 77becdc97a3b2ae5ae2c6cdd2f4edc4c184b8135 (diff) | |
| download | vcpkg-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/usage | 5 |
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})
|
