summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Modules/FindLibWPG.cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-03cmake: wpg-0.3 - fix librevenge pathsShlomi Fish1-2/+2
(bzr r14097)
2015-05-02cmake: add support for librevenge-based input formats (WPG, Visio, CDR)su_v1-26/+39
(bzr r14093)
2015-05-02cmake: Fix WPG 0.2 build variablesBryce Harrington1-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)
2011-09-26cmake: aspell/gtkspell/poppler-cairo/libwpgCampbell Barton1-71/+35
patch #822009 to address bug #820863 from Yu-Jie Lin. (bzr r10648)
2011-06-25added a Modules cmake dir, only use for find_package, reference cmake ↵Campbell Barton1-0/+0
include paths explicitly. (bzr r10358)
2008-05-31Cmake: added windows path to find modules.Joshua L. Blocher1-0/+1
(bzr r5770)
2008-05-22Cmake: Find Dependencies rebuiltJoshua L. Blocher1-0/+89
(bzr r5731)