If PoDoFo is not installed in a standard location or doesn't provide a CMake config file, you must write a finder module. Save this as cmake/FindPoDoFo.cmake .
# Link the library using the modern target approach target_link_libraries(my_pdf_app PRIVATE PoDoFo::PoDoFo)
If PoDoFo is not installed in a standard location or doesn't provide a CMake config file, you must write a finder module. Save this as cmake/FindPoDoFo.cmake .
# Link the library using the modern target approach target_link_libraries(my_pdf_app PRIVATE PoDoFo::PoDoFo)