mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:19:01 +08:00
277affef6c
* Fix typo in usage file * Update port version * Add missing newline at end of usage file * Update versions/t-/tree-similarity.json Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> --------- Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
5 lines
185 B
Plaintext
5 lines
185 B
Plaintext
tree-similarity provides CMake targets:
|
|
|
|
find_path(TREE_SIMILARITY_INCLUDE_DIRS "tree-similiarity")
|
|
target_include_directories(main PRIVATE ${TREE_SIMILARITY_INCLUDE_DIRS})
|