From: johanengelen Date: Thu, 10 Apr 2008 13:10:19 +0000 (+0000) Subject: cmake: exclude /src/dom/work/.* and /src/extension/dxf2svg/.* that are also excluded... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7a6b0ef6d2eb4396196daa3febc98a88725bf6a1;p=inkscape.git cmake: exclude /src/dom/work/.* and /src/extension/dxf2svg/.* that are also excluded from build in build.xml --- diff --git a/src/dom/work/CMakeLists.txt b/src/dom/work/CMakeLists.txt index ec50c6ed4..8cd4676cf 100644 --- a/src/dom/work/CMakeLists.txt +++ b/src/dom/work/CMakeLists.txt @@ -1,12 +1,12 @@ SET(dom_work_SRC -testdom.cpp -testhttp.cpp -testjs.cpp -testodf.cpp -testsvg.cpp -testuri.cpp -testxpath.cpp -testzip.cpp -xpathtests.cpp +#testdom.cpp +#testhttp.cpp +#testjs.cpp +#testodf.cpp +#testsvg.cpp +#testuri.cpp +#testxpath.cpp +#testzip.cpp +#xpathtests.cpp ) diff --git a/src/extension/dxf2svg/CMakeLists.txt b/src/extension/dxf2svg/CMakeLists.txt index 28afd2b3b..b755d7f44 100644 --- a/src/extension/dxf2svg/CMakeLists.txt +++ b/src/extension/dxf2svg/CMakeLists.txt @@ -1,11 +1,11 @@ SET(extension_dxf2svg_SRC -aci2rgb.cpp -entities2elements.cpp -tables2svg_info.cpp -blocks.cpp -entities.cpp -tables.cpp -dxf2svg.cpp -read_dxf.cpp -test_dxf.cpp +#aci2rgb.cpp +#entities2elements.cpp +#tables2svg_info.cpp +#blocks.cpp +#entities.cpp +#tables.cpp +#dxf2svg.cpp +#read_dxf.cpp +#test_dxf.cpp )