summaryrefslogtreecommitdiffstats
path: root/src/display/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update CMakeLists.txtshaharyaar2019-04-021-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Add canvas-rotate for rapid previewing canvas rotation.Tavmjong Bah2017-03-301-0/+4
| | | | | Add canvas-debug for study of canvas tiling. (bzr r15612)
* Remove CtrlPoint and replace with SPKnotMartin Owens2015-12-101-2/+0
| | | (bzr r14523)
* Remove useless fileLiam P. White2015-02-251-1/+0
| | | (bzr r13945)
* Merged src/display folder from svg-paints-support branchTomasz Boczkowski2014-10-141-0/+2
| | | (bzr r13611.1.1)
* Added sp-ctrlcurve, usefull for meshes.Tavmjong Bah2012-05-211-0/+2
| | | (bzr r11395)
* update cmake file listsCampbell Barton2011-10-081-16/+15
| | | (bzr r10673)
* fix for cmake linkingCampbell Barton2011-09-211-13/+16
| | | (bzr r10642)
* get cmake working again.Campbell Barton2011-06-221-13/+6
| | | (bzr r10334)
* cmake:Campbell Barton2011-06-131-1/+68
| | | | | | | - 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: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-5/+2
| | | (bzr r10278)
* cmake:Campbell Barton2011-06-131-2/+2
| | | | | | | 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)
* cmake: commented unused files/dirs, double checked all files compile this timeCampbell Barton2011-06-121-1/+1
| | | (bzr r10273)
* work in progress cmake commit:Campbell Barton2011-06-121-58/+65
| | | | | | - 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: 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)