pineapple/externals/vcpkg/ports/poppler/usage
2022-07-23 03:01:36 +02:00

6 lines
237 B
Text
Executable file

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