diff options
| author | Lily <47812810+LilyWangL@users.noreply.github.com> | 2020-06-24 04:12:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-23 13:12:14 -0700 |
| commit | 2ad479e667a0dae4e3fe279a0103414c7af7263c (patch) | |
| tree | baa54b5cc79519896a6a23879028414878eefb78 /ports/openmesh/usage | |
| parent | 8d6b291ed076acff0794411e2ff359ae95911137 (diff) | |
| download | vcpkg-2ad479e667a0dae4e3fe279a0103414c7af7263c.tar.gz vcpkg-2ad479e667a0dae4e3fe279a0103414c7af7263c.zip | |
[openmesh] Fix install *.dll and add vcpkg-cmake-wrapper.cmake (#12007)
* [openmesh] Fix *.dll export and add vcpkg-cmake-wrapper.cmake
* Update ports/openmesh/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/openmesh/usage')
| -rw-r--r-- | ports/openmesh/usage | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/openmesh/usage b/ports/openmesh/usage new file mode 100644 index 000000000..1bfc821f5 --- /dev/null +++ b/ports/openmesh/usage @@ -0,0 +1,5 @@ +The package openmesh provides CMake targets:
+
+ find_package(openmesh REQUIRED)
+ target_include_directories(main PRIVATE ${OPENMESH_INCLUDE_DIRS})
+ target_link_libraries(main PRIVATE ${OPENMESH_LIBRARIES})
|
