vcpkg/ports/thorvg/usage
jim wang a0dcd70862
[thorvg] Add usage and update version (#34839)
* add feature

* update version

* update version

* fix feature

* update version

* fix feature

* update version

* update to 0.11.3

* update version

* update

* fix patch

* update version

* delete patch

* update version
2023-11-02 10:48:21 -07:00

6 lines
221 B
Plaintext

The package thorvg can be imported via CMake FindPkgConfig module:
find_package(PkgConfig)
pkg_check_modules(thorvg REQUIRED IMPORTED_TARGET thorvg)
target_link_libraries(main PRIVATE PkgConfig::thorvg)