mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 09:09:01 +08:00
6 lines
225 B
Plaintext
6 lines
225 B
Plaintext
|
libcroco can be imported via CMake FindPkgConfig module:
|
||
|
|
||
|
find_package(PkgConfig REQUIRED)
|
||
|
pkg_check_modules(LIBCROCO libcroco-0.6 IMPORTED_TARGET REQUIRED)
|
||
|
target_link_libraries(main PRIVATE PkgConfig::LIBCROCO)
|