Yes, but all I want in the generated project files is the source code for the pdftohtml project.
How do I get just this in the CMakeLists? On Thu, Oct 20, 2011 at 6:17 AM, Maciej Mrozowski <[email protected]> wrote: > On Wednesday 19 of October 2011 16:22:12 Alec Taylor wrote: >> I'm working on a project to extend the functionality of the pdftohtml >> utility. >> >> I don't want the people who I'm presenting this to to have any >> difficulty in accessing it. Also, currently there are MANY [32] warns, >> and a bunch of unneeded stuff compiled and viewable each time I code >> the project... >> >> You see I'm temporarily forking the project whilst I add some >> functionality, then I'll link it back with the poppler project. >> >> But for now, I want something which compiles, but all I'll need to up >> to my repo are pdftohtml files and a CMakeLists.txt. >> >> Can you help me get this working? > > cd ${poppler-src} > mkdir build && cd build > cmake ../ > cd utils > make pdftohtml > > (or just make to build all utils) > -- > regards > MM > _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
