mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 10:09:01 +08:00
4 lines
182 B
Plaintext
4 lines
182 B
Plaintext
|
The package idyntree provides CMake targets:
|
||
|
|
||
|
find_path(TREE_SIMILARITY_INCLUDE_DIRS "tree-similiarity")
|
||
|
target_include_directories(main PRIVATE ${TREE_SIMILARITY_INCLUDE_DIRS})
|