diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-04-10 12:46:54 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-04-10 12:46:54 +0000 |
| commit | ccf885e41bea548874b1e9e2a2926595a84aa168 (patch) | |
| tree | 67ee0f66cbf0022c8c1708b718162c8f6ed63cb2 /src/CMakeLists.txt | |
| parent | cmake: include javainc dir. please check if this works on linux and solaris too (diff) | |
| download | inkscape-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.txt | 3 |
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)
|
