mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 07:19:08 +08:00
6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
|
The package marisa-trie can be imported via CMake FindPkgConfig module:
|
||
|
|
||
|
find_package(PkgConfig REQUIRED)
|
||
|
pkg_check_modules(marisa REQUIRED IMPORTED_TARGET marisa)
|
||
|
target_link_libraries(main PkgConfig::marisa)
|