summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-06-13 02:33:03 +0000
committerCampbell Barton <ideasman42@gmail.com>2011-06-13 02:33:03 +0000
commit2c5f1ac093f8d674dae8fc1cae88862d02468356 (patch)
treec3859232518b605f4c6fcd4bd09fb5a894076f40 /src/dialogs
parentReplace deprecated GtkTooltips (diff)
downloadinkscape-2c5f1ac093f8d674dae8fc1cae88862d02468356.tar.gz
inkscape-2c5f1ac093f8d674dae8fc1cae88862d02468356.zip
cmake: now builds without having most of the source listed in 1 file.
(bzr r10278)
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dialogs/CMakeLists.txt b/src/dialogs/CMakeLists.txt
index bd6942ca6..f2d05a02b 100644
--- a/src/dialogs/CMakeLists.txt
+++ b/src/dialogs/CMakeLists.txt
@@ -11,4 +11,5 @@ set(dialogs_SRC
xml-tree.cpp
)
-add_library(dialogs_LIB ${dialogs_SRC})
+# add_library(dialogs_LIB ${dialogs_SRC})
+add_inkscape_source("${dialogs_SRC}")