summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Modules/FindLibWPG.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake: wpg-0.3 - fix librevenge pathsShlomi Fish2015-05-031-2/+2
| | | (bzr r14097)
* cmake: add support for librevenge-based input formats (WPG, Visio, CDR)su_v2015-05-021-26/+39
| | | (bzr r14093)
* cmake: Fix WPG 0.2 build variablesBryce Harrington2015-05-021-6/+6
| | | | | | | | | | | WPG 0.1 appears to have been tested and made to work, but a parallel set of code checks WPG 0.2 and the variable names are all wrong (looks like they didn't get properly updated from the original automake scripts). The detection fails entirely on Ubuntu 14.04 and probably other recent distros. With this change, cmake now builds inkscape properly for me. (bzr r14087)
* cmake: aspell/gtkspell/poppler-cairo/libwpgCampbell Barton2011-09-261-71/+35
| | | | | | patch #822009 to address bug #820863 from Yu-Jie Lin. (bzr r10648)
* added a Modules cmake dir, only use for find_package, reference cmake ↵Campbell Barton2011-06-251-0/+90
include paths explicitly. (bzr r10358)