mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 21:29:02 +08:00
e4e9eb9891
* Add port of tree-similarity to measure tree edit distance * Fixed database version * Fix version again * Trying to fix the database version issue again * Update tree-similarity to v0.2 * Added tree-similarity v0.2 * Use official repo to download the library (PR got merged); Clean up versions * Update version manifest * Update download hash * Update version manifest * Align version string with upstream repo release tag * Update version manifest to align with upstream release tag * Update to release 0.1.1 that installs only the header files * Update version manifest
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}) |