Files
vcpkg/ports/podofo/usage
2025-06-04 02:03:49 -07:00

10 lines
234 B
Plaintext

podofo provides CMake targets:
find_package(podofo CONFIG REQUIRED)
target_link_libraries(main PRIVATE podofo::podofo)
podofo provides pkg-config modules:
# A C++ library to work with the PDF file format
libpodofo