summaryrefslogtreecommitdiffstats
path: root/testfiles
diff options
context:
space:
mode:
authorEduard Braun <Eduard.Braun2@gmx.de>2017-06-14 22:14:41 +0000
committerEduard Braun <Eduard.Braun2@gmx.de>2017-06-15 20:13:22 +0000
commitd08862cff904f636b9460862d651744889a89b3a (patch)
treea22b0a7be21514dfb885002283d7bc921b256d7f /testfiles
parentRefactor 1a66c0aae0da7c3b860d06e72f5ff87f444bc462 and allow to use a differen... (diff)
downloadinkscape-d08862cff904f636b9460862d651744889a89b3a.tar.gz
inkscape-d08862cff904f636b9460862d651744889a89b3a.zip
Fix compilation on Windows by removing duplicate dependencies
Diffstat (limited to 'testfiles')
-rw-r--r--testfiles/CMakeLists.txt15
1 files changed, 1 insertions, 14 deletions
diff --git a/testfiles/CMakeLists.txt b/testfiles/CMakeLists.txt
index 3de607894..2b2f9b821 100644
--- a/testfiles/CMakeLists.txt
+++ b/testfiles/CMakeLists.txt
@@ -22,20 +22,7 @@ set(TEST_SOURCES
set(TEST_LIBS
gmock_main
- inkscape_base
- nrtype_LIB
- croco_LIB
- avoid_LIB
- cola_LIB
- vpsc_LIB
- livarot_LIB
- uemf_LIB
- 2geom_LIB
- depixelize_LIB
- util_LIB
- gc_LIB
- ${INKSCAPE_LIBS}
-)
+ inkscape_base)
foreach(source ${TEST_SOURCES})
add_executable(${source} src/${source}.cpp unittest.cpp doc-per-case-test.cpp)