mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 23:08:23 -05:00
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})
|