Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

7 lines
233 B
Plaintext

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)