mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 05:09:01 +08:00
6 lines
190 B
Plaintext
6 lines
190 B
Plaintext
|
cairomm provides usage:
|
||
|
|
||
|
find_package(PkgConfig REQUIRED)
|
||
|
pkg_check_modules(CAIROMM REQUIRED IMPORTED_TARGET cairomm-1.16)
|
||
|
target_link_libraries(main PRIVATE PkgConfig::CAIROMM)
|