summaryrefslogtreecommitdiffstats
path: root/src/trace/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-9/+0
| | | | | | | 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-23/+23
| | | (bzr r5379)
* add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵Johan B. C. Engelen2008-03-301-0/+24
minimal checking was done with existing Makefile_insert (bzr r5241)