summaryrefslogtreecommitdiffstats
path: root/src/dom/io/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake:Campbell Barton2011-06-131-11/+0
| | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
* cmake: commented unused files/dirs, double checked all files compile this timeCampbell Barton2011-06-121-1/+1
| | | (bzr r10273)
* work in progress cmake commit:Campbell Barton2011-06-121-9/+9
| | | | | | - 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)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-271-0/+11
(bzr r5206)