summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/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/+12
| | | | | | - 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)
* more powerstroke build infrastructureJohan B. C. Engelen2010-07-261-0/+1
| | | (bzr r9656)
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-1/+0
| | | (bzr r7078)
* Merge from fe-movedTed Gould2008-11-211-0/+1
| | | (bzr r6891)
* add lpe param: VectorParam<float> and VectorParam<double>Johan B. C. Engelen2008-09-021-0/+3
| | | (bzr r6757)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-10/+0
| | | (bzr r6046)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-3/+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: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-20/+20
| | | (bzr r5379)
* add CMakeLists.txt files for live_effectsJohan B. C. Engelen2008-03-291-0/+21
(bzr r5233)