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

5 lines
182 B
Plaintext

podofo provides CMake targets:
find_package(podofo CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:podofo_shared>,podofo_shared,podofo_static>)