6 lines
221 B
Plaintext
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)
|