summaryrefslogtreecommitdiffstats
path: root/src/libnr/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove libnrKrzysztof Kosi??ski2011-08-281-15/+0
| | | (bzr r10582.1.11)
* Remove nr-forward.hKrzysztof Kosi??ski2011-08-271-18/+0
| | | (bzr r10582.1.8)
* fix for building with cmake and building without lcms works again.Campbell Barton2011-07-161-10/+0
| | | (bzr r10459)
* added missing headerCampbell Barton2011-07-021-0/+1
| | | (bzr r10397)
* get cmake working again.Campbell Barton2011-06-221-59/+0
| | | (bzr r10334)
* cmake:Campbell Barton2011-06-131-6/+71
| | | | | | | - 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-2/+2
| | | (bzr r10278)
* cmake:Campbell Barton2011-06-131-2/+1
| | | | | | | 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-35/+36
| | | | | | - 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/+1
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-5/+0
| | | (bzr r7078)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-102/+39
| | | (bzr r6046)
* Cmake: added livarot as a lib, fixes problem with linkingJoshua L. Blocher2008-04-271-0/+2
| | | (bzr r5532)
* cmake: move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-141-0/+2
| | | (bzr r5444)
* cmake: exclude some files that are also excluded from build in build.xmlJohan B. C. Engelen2008-04-101-10/+10
| | | (bzr r5400)
* Adjustments to the lib directory Cmake filesJoshua L. Blocher2008-03-301-1/+1
| | | (bzr r5250)
* add CMakeFiles for libcroco, libgdl, libnr, libnrtype.Johan B. C. Engelen2008-03-301-0/+100
(bzr r5247)