summaryrefslogtreecommitdiffstats
path: root/src/display/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-1/+3
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake: Corrections for mistakesJoshua L. Blocher2009-01-091-0/+1
| | | (bzr r7101)
* remove bezier-utils. now we use 2geom's one.Johan B. C. Engelen2008-12-131-2/+0
| | | | | remove bezier-utils-test as well. (bzr r7004)
* Cmake: More Dependency work, added new filesJoshua L. Blocher2008-05-251-0/+1
| | | (bzr r5754)
* cmake: exclude some files that are also excluded from build in build.xmlJohan B. C. Engelen2008-04-101-2/+2
| | | (bzr r5400)
* 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: Updating src CMakeLists soucre list.Joshua L. Blocher2008-03-301-2/+0
| | | (bzr r5262)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-271-0/+59
(bzr r5206)