PDF (Printer) module for saucer
-
Using CPM
CPMFindPackage( NAME saucer-pdf VERSION 3.0.0 GIT_REPOSITORY "https://github.com/saucer/pdf" )
-
Using FetchContent
include(FetchContent) FetchContent_Declare(saucer-pdf GIT_REPOSITORY "https://github.com/saucer/pdf" GIT_TAG v3.0.0) FetchContent_MakeAvailable(saucer-pdf)
Finally, link against target:
target_link_libraries(<target> saucer::pdf)For a usage example see the pdf-example
