summaryrefslogtreecommitdiffstats
path: root/src/api/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-3/+0
| | | | | Also remove the obsolete IDL file stub. (bzr r9194)
* Cmake: Fix some undefined function callsJoshua L. Blocher2008-05-061-2/+2
| | | (bzr r5611)
* 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 Build system - Initial commit.Joshua L. Blocher2008-03-271-0/+3
(bzr r5206)