summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-04-10 12:46:54 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-04-10 12:46:54 +0000
commitccf885e41bea548874b1e9e2a2926595a84aa168 (patch)
tree67ee0f66cbf0022c8c1708b718162c8f6ed63cb2 /src/CMakeLists.txt
parentcmake: include javainc dir. please check if this works on linux and solaris too (diff)
downloadinkscape-ccf885e41bea548874b1e9e2a2926595a84aa168.tar.gz
inkscape-ccf885e41bea548874b1e9e2a2926595a84aa168.zip
cmake: exclude some files that are also excluded from build in build.xml
(bzr r5400)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index aaf6bbe28..4a31b58df 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -90,7 +90,8 @@ ENDFOREACH(dirlist)
IF(WIN32)
SET(ONLY_WIN
registrytool.cpp
-deptool.cpp)
+#deptool.cpp
+)
ELSEIF(WIN32)
SET(ONLY_WIN)
ENDIF(WIN32)