diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2018-03-04 23:18:09 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2018-03-04 23:18:09 +0000 |
| commit | ace52f0b8ac77a8abd63facf02ef329b0aeedd0c (patch) | |
| tree | fae09520c99ec740aea5a3de3fd689275142dfc3 /src/CMakeLists.txt | |
| parent | ui/monitor: Fix const qualification (diff) | |
| download | inkscape-ace52f0b8ac77a8abd63facf02ef329b0aeedd0c.tar.gz inkscape-ace52f0b8ac77a8abd63facf02ef329b0aeedd0c.zip | |
Inkview: Split options code out
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 6 |
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. |
