diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2015-05-02 14:23:11 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2015-05-02 14:23:11 +0000 |
| commit | 4734a666fc4fa6eb3bacb8d2243a2cfb603a08d8 (patch) | |
| tree | 89d415d00c10574967b80b0be3226efa12ddff2c /CMakeLists.txt | |
| parent | Translations. (diff) | |
| download | inkscape-4734a666fc4fa6eb3bacb8d2243a2cfb603a08d8.tar.gz inkscape-4734a666fc4fa6eb3bacb8d2243a2cfb603a08d8.zip | |
cmake: add support for librevenge-based input formats (WPG, Visio, CDR)
(bzr r14093)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b3ba36b4..7f1726b2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,9 +71,11 @@ option(WITH_GNOME_VFS "Compile with support for Gnome VFS" ON) option(WITH_PROFILING "Turn on profiling" OFF) # Set to true if compiler/linker should enable profiling option(WITH_GTKSPELL "Compile with support for GTK spelling widget" ON) -option(WITH_LIBWPG "Compile with support of libpoppler-cairo for WordPerfect Graphics" ON) option(ENABLE_POPPLER "Compile with support of libpoppler" ON) option(ENABLE_POPPLER_CAIRO "Compile with support of libpoppler-cairo for rendering PDF preview (depends on ENABLE_POPPLER)" ON) +option(WITH_LIBCDR "Compile with support of libcdr for CorelDRAW Diagrams" ON) +option(WITH_LIBVISIO "Compile with support of libvisio for Microsoft Visio Diagrams" ON) +option(WITH_LIBWPG "Compile with support of libwpg for WordPerfect Graphics" ON) include(CMakeScripts/ConfigPaths.cmake) # Installation Paths include(CMakeScripts/DefineDependsandFlags.cmake) # Includes, Compiler Flags, and Link Libraries |
