summaryrefslogtreecommitdiffstats
path: root/src/extension/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: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-0/+23
| | | | | reduce linking stage command for windows. (bzr r7100)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-18/+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: move extension param files to their own CMakeLists.txtJohan B. C. Engelen2008-04-041-10/+1
| | | (bzr r5326)
* Adjustments to the lib directory Cmake filesJoshua L. Blocher2008-03-301-0/+1
| | | (bzr r5250)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-271-0/+42
(bzr r5206)