blob: 52c49613dd654835b5c475df683b29e4ae633301 (
plain)
1
2
3
4
5
6
7
8
9
|
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
|