summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake:Campbell Barton2011-06-131-5/+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)
* work in progress cmake commit:Campbell Barton2011-06-121-4/+4
| | | | | | - 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/+5
(bzr r5206)