summaryrefslogtreecommitdiffstats
path: root/src/extension/param/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake:Campbell Barton2011-06-131-13/+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-12/+11
| | | | | | - 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)
* Extensions. General UI improvements (gnome HIG). New group header extension ↵Nicolas Dufour2010-09-071-0/+1
| | | | | parameter. (bzr r9748)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-1/+1
| | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397)
* cmake: move extension param files to their own CMakeLists.txtJohan B. C. Engelen2008-04-041-0/+13
(bzr r5326)