summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-10-08 17:36:10 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-10-08 17:36:10 +0000
commit50cdd9a57552c4c19955cf1881b0b23afe312afc (patch)
treed42ac469ad3da5003718969c6160247e2acd05bc /CMakeLists.txt
parentMove imported files to position of mouse pointer when dropped (diff)
downloadinkscape-50cdd9a57552c4c19955cf1881b0b23afe312afc.tar.gz
inkscape-50cdd9a57552c4c19955cf1881b0b23afe312afc.zip
Move LPE's into 3 groups normal, experimental y testing. Testing is only usable by setting up a flag. Must set off for release. I think also for LPETool
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 95df3b674..592f14966 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -101,7 +101,8 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR} C
option(WITH_DBUS "Compile with support for DBus interface" OFF)
option(ENABLE_LCMS "Compile with LCMS support" ON)
option(WITH_SVG2 "Compile with support for new SVG2 features" ON)
-option(WITH_LPETOOL "Compile with LPE Tool and experimental LPEs enabled" ON)
+option(WITH_LPETOOL "Compile with LPE Tool" ON)
+option(LPE_ENABLE_TEST_EFFECTS "Compile with test experimental LPEs enabled" ON)
option(WITH_OPENMP "Compile with OpenMP support" ON)
option(WITH_PROFILING "Turn on profiling" OFF) # Set to true if compiler/linker should enable profiling