mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
2ad479e667
* [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>
6 lines
219 B
Plaintext
6 lines
219 B
Plaintext
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})
|