summaryrefslogtreecommitdiffstats
path: root/src/svg/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests for {SVG,CSS}OStringStreamTestThomas Holder2019-11-171-2/+0
|
* Fix indenting in CMakeLists.txt filesJabier Arraiza2018-12-241-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
* Do not add .def files to the build listJuan Luis Boya García2015-08-131-1/+1
| | | (bzr r14293.1.2)
* Merged hatch rendering codeTomasz Boczkowski2014-10-141-0/+2
| | | (bzr r13611.1.8)
* updates for cmakeCampbell Barton2013-09-191-3/+0
| | | (bzr r12547)
* added missing headerCampbell Barton2011-07-021-0/+3
| | | (bzr r10397)
* cmake:Campbell Barton2011-06-131-2/+19
| | | | | | | - 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-1/+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)
* work in progress cmake commit:Campbell Barton2011-06-121-17/+17
| | | | | | - 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: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-0/+1
| | | | | reduce linking stage command for windows. (bzr r7100)
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-1/+0
| | | (bzr r7078)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-15/+0
| | | (bzr r6046)
* Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵Joshua L. Blocher2008-05-191-9/+11
| | | | | to their cmakelists.txts (bzr r5713)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-28/+28
| | | (bzr r5379)
* add CMakeLists.txt files for removeoverlap and svgJohan B. C. Engelen2008-03-301-0/+29
(bzr r5243)