summaryrefslogtreecommitdiffstats
path: root/src/display
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/display
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/display')
-rw-r--r--src/display/CMakeLists.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/display/CMakeLists.txt b/src/display/CMakeLists.txt
index ff0b7eac1..056067ea4 100644
--- a/src/display/CMakeLists.txt
+++ b/src/display/CMakeLists.txt
@@ -59,8 +59,5 @@ set(display_SRC
sp-ctrlquadr.cpp
)
-include_directories(
- "${CMAKE_SOURCE_DIR}/src"
-)
-
-add_library(display_LIB ${display_SRC})
+# add_library(display_LIB ${display_SRC})
+add_inkscape_source("${display_SRC}")