summaryrefslogtreecommitdiffstats
path: root/cxxtest/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop unused cxxtest fork in favour of GoogletestAlex Valavanis2016-08-301-10/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1094771 (bzr r15096)
* cmake:Campbell Barton2011-06-131-8/+3
| | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
* cmake:Campbell Barton2011-06-131-0/+1
| | | | | | | 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: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-121-2/+2
| | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
* 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: Add missing CmakeLists.txtJoshua L. Blocher2008-05-031-0/+14
(bzr r5585)