summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2018-03-04 23:18:09 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2018-03-04 23:18:09 +0000
commitace52f0b8ac77a8abd63facf02ef329b0aeedd0c (patch)
treefae09520c99ec740aea5a3de3fd689275142dfc3 /src/CMakeLists.txt
parentui/monitor: Fix const qualification (diff)
downloadinkscape-ace52f0b8ac77a8abd63facf02ef329b0aeedd0c.tar.gz
inkscape-ace52f0b8ac77a8abd63facf02ef329b0aeedd0c.zip
Inkview: Split options code out
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6e6c49c88..44f64c56c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -294,7 +294,11 @@ set(inkscape_SRC
# Setup the executable
# -----------------------------------------------------------------------------
set(main_SRC main.cpp)
-set(view_SRC inkview.cpp)
+set(view_SRC
+ inkview.cpp
+ inkview-options-group.cpp
+ inkview-options-group.h
+)
if(WIN32)
# Sources for the inkscape executable on Windows.