From f53151e0184975e4331f5e981f57e32148379d74 Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Tue, 24 Jun 2008 06:32:23 +0000 Subject: Cmake: remove header files from source lists (bzr r6046) --- src/dom/CMakeLists.txt | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) (limited to 'src/dom') diff --git a/src/dom/CMakeLists.txt b/src/dom/CMakeLists.txt index 645999e0c..2f6963783 100644 --- a/src/dom/CMakeLists.txt +++ b/src/dom/CMakeLists.txt @@ -1,47 +1,20 @@ SET(dom_SRC -css.h cssreader.cpp -cssreader.h -dom.h domimpl.cpp -domimpl.h domptr.cpp -domptr.h domstring.cpp -domstring.h -events.h -ls.h lsimpl.cpp -lsimpl.h prop-css2.cpp -prop-css.cpp -prop-svg.cpp -smil.h +#prop-css.cpp +#prop-svg.cpp smilimpl.cpp -smilimpl.h -stylesheets.h -svg.h svgimpl.cpp -svgimpl.h svgreader.cpp -svgreader.h -svgtypes.h -traversal.h ucd.cpp -ucd.h uri.cpp -uri.h -views.h -views-level3.h xmlreader.cpp -xmlreader.h xmlwriter.cpp -xmlwriter.h -xpath.h xpathimpl.cpp -xpathimpl.h xpathparser.cpp -xpathparser.h xpathtoken.cpp -xpathtoken.h ) -- cgit v1.2.3