summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ef855d950..4ba738635 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -228,6 +228,7 @@ set(inkscape_SRC
message-stack.cpp
mod360.cpp
object-hierarchy.cpp
+ object-set.cpp
object-snapper.cpp
path-chemistry.cpp
persp3d-reference.cpp
@@ -352,6 +353,7 @@ set(inkscape_SRC
mod360.h
number-opt-number.h
object-hierarchy.h
+ object-set.h
object-snapper.h
object-test.h
path-chemistry.h
@@ -467,7 +469,6 @@ add_subdirectory(libavoid)
add_subdirectory(libcola)
add_subdirectory(libcroco)
add_subdirectory(inkgc)
-add_subdirectory(libgdl)
add_subdirectory(libuemf)
add_subdirectory(libvpsc)
add_subdirectory(livarot)
@@ -538,11 +539,6 @@ set(INKSCAPE_TARGET_LIBS
${INKSCAPE_LIBS}
)
-if (NOT "${WITH_EXT_GDL}")
- # Insert it at the beginning of the list as the windows build fails otherwise
- list (INSERT INKSCAPE_TARGET_LIBS 0 "gdl_LIB")
-endif()
-
# Build everything except main and inkview.c in a shared library.
add_library(inkscape_base SHARED ${inkscape_SRC} ${sp_SRC})