mekentosj / podofo

PoDoFo is a library to work with the PDF file format. The name comes from the first letter of PDF (Portable Document Format). A few tools to work with PDF files are already included in the PoDoFo package. This repo is a fork of the code at http://svn.code.sf.net/p/podofo/code/podofo/trunk
GNU General Public License v2.0
53 stars 29 forks source link

Facing problem while adding podofo to my CMake project. #13

Open Masud2017 opened 2 years ago

Masud2017 commented 2 years ago

Can any one show me a way of how can I add podofo to my CMake project. I tried add that using subdirectory method.. But it failed. Although I am able to build it individually. So thinking of generating shared library from podofo and add that to CMake. Is it a good idea ?