From 0ddedab9c6185028661dcaaac9f6fbca4c9e93fc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 12 Jun 2011 18:27:29 +0000 Subject: work in progress cmake commit: - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) --- src/dom/work/CMakeLists.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/dom/work') diff --git a/src/dom/work/CMakeLists.txt b/src/dom/work/CMakeLists.txt index 8cd4676cf..52552c8b9 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 +set(dom_work_SRC + #testdom.cpp + #testhttp.cpp + #testjs.cpp + #testodf.cpp + #testsvg.cpp + #testuri.cpp + #testxpath.cpp + #testzip.cpp + #xpathtests.cpp ) -- cgit v1.2.3