summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove desktop-affine.cppThomas Holder2009-02-111-1/+0
| | | (bzr r7276)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-4/+5
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake: New FindGTK2Joshua L. Blocher2009-01-091-16/+13
| | | (bzr r7103)
* Cmake: Corrections for mistakesJoshua L. Blocher2009-01-091-3/+3
| | | (bzr r7101)
* Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-56/+9
| | | | | reduce linking stage command for windows. (bzr r7100)
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-227/+225
| | | (bzr r7078)
* Merge from fe-movedTed Gould2008-11-211-4/+0
| | | (bzr r6891)
* Patch so Inkscape will compile on Solaris 10 from LP ↵Joshua L. Blocher2008-07-031-3/+3
| | | | | https://bugs.launchpad.net/inkscape/+bug/245173 (bzr r6133)
* Resolve ID clashes when pasting (fixes bug 165936).Stephen Silver2008-06-241-0/+1
| | | (bzr r6048)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-294/+5
| | | (bzr r6046)
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-221-1/+0
| | | | | | | | | | | | | | | | | | | src/libcola/gradient_projection.cpp, src/libvpsc/generate-constraints.cpp, src/libnr/nr-types.cpp, src/libnr/nr-point-fns-test.cpp, src/isnan.h, src/libnr/nr-point-fns.cpp, src/libnr/in-svg-plane-test.cpp, src/doxygen-main.cpp, src/display/nr-filter-composite.cpp, src/display/nr-filter-merge.cpp, src/display/nr-filter-gaussian.cpp, src/display/bezier-utils.cpp, src/Makefile_insert, src/eraser-context.cpp, src/dyna-draw-context.cpp, src/tweak-context.cpp, src/sp-namedview.cpp, src/libnr/in-svg-plane-test.h, src/libnr/nr-point-fns-test.h, src/mod360-test.h, src/CMakeLists.txt, src/2geom/linear.h: Properly fix the conflicting isnan.h problem: 1) Update src/2geom/isnan.h to match newest Inkscape src/isnana.h (Also commited this change to lib2geom project repository) 2) Remove Inkscape's src/isnan.h 3) Update all files to include src/2geom/isnan.h instead of src/isnan.h (bzr r6013)
* Fix include in sp-filter.cpp NR:filter issueJoshua L. Blocher2008-06-091-0/+1
| | | (bzr r5863)
* Cmake: Improve Gtkmm dependency checking, add new files to CMakeLists.txts, ↵Joshua L. Blocher2008-05-291-0/+2
| | | | | remove old/unused files (bzr r5760)
* Cmake: More Dependency work, added new filesJoshua L. Blocher2008-05-251-4/+4
| | | (bzr r5754)
* Cmake: Fix issue with generated sp-marshall.h/.cpp not linkingJoshua L. Blocher2008-05-191-1/+1
| | | (bzr r5715)
* Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵Joshua L. Blocher2008-05-191-201/+208
| | | | | to their cmakelists.txts (bzr r5713)
* Cmake: Fix ~PedroGui function being defined multiple timesJoshua L. Blocher2008-05-061-1/+1
| | | (bzr r5612)
* Cmake: Fix some undefined function callsJoshua L. Blocher2008-05-061-5/+8
| | | (bzr r5611)
* Cmake: Moved helper macros to their own file and removed *-test.h from ↵Joshua L. Blocher2008-05-051-113/+95
| | | | | inkscape source list (bzr r5608)
* Cmake: Fix some double linking flagsJoshua L. Blocher2008-05-031-4/+4
| | | (bzr r5584)
* Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp ↵Joshua L. Blocher2008-05-021-14/+2
| | | | | Linking checking to help resolve linking issues (bzr r5576)
* Cmake: Fixed optional dependency linkingJoshua L. Blocher2008-04-281-3/+6
| | | (bzr r5539)
* Cmake: Fixed issues with pedro not linking correctlyJoshua L. Blocher2008-04-281-206/+511
| | | (bzr r5534)
* Cmake: added livarot as a lib, fixes problem with linkingJoshua L. Blocher2008-04-271-2/+3
| | | (bzr r5532)
* cmake: copy over excluded dirs from build.xmlJohan B. C. Engelen2008-04-161-3/+3
| | | (bzr r5457)
* Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscapeJoshua L. Blocher2008-04-161-3/+4
| | | (bzr r5454)
* cmake: exclude some files that are also excluded from build in build.xmlJohan B. C. Engelen2008-04-101-1/+2
| | | (bzr r5400)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-69/+90
| | | | | | | 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: convert more files to svn native eol style. i think only subdirs to ↵Johan B. C. Engelen2008-04-071-297/+297
| | | | | go now. (bzr r5376)
* Cmake: Added internal link librariesJoshua L. Blocher2008-04-061-1/+1
| | | (bzr r5357)
* CMake build workAaron Spike2008-04-061-20/+9
| | | | | | | - Comment inkview.cpp because it is another executable file. These will each need to be separated into their own targets. - Move deptool.cpp into win32 only. perhaps this isn't used at all for cmake builds. - aggregate all the link flags into a var and pass to the linker to avoid platform specific naming conventions. (bzr r5356)
* Cmake: Added link librariesJoshua L. Blocher2008-04-061-1/+16
| | | (bzr r5355)
* Cmake: Fix registrytool.cpp to compile on windows onlyJoshua L. Blocher2008-04-051-1/+8
| | | (bzr r5354)
* Cmake: add source directories to src/CMakeLists.txtJoshua L. Blocher2008-04-021-4/+10
| | | (bzr r5306)
* Cmake: Random fixesJoshua L. Blocher2008-04-011-1/+0
| | | (bzr r5287)
* Cmake: added more Platform File ChecksJoshua L. Blocher2008-03-311-1/+1
| | | (bzr r5273)
* Cmake: Start of Platform ChecksJoshua L. Blocher2008-03-311-0/+1
| | | (bzr r5269)
* Cmake:Adding Source Files to the CMakeLists.txt in src directoryJoshua L. Blocher2008-03-311-0/+4
| | | (bzr r5267)
* Cmake: Updating src CMakeLists soucre list.Joshua L. Blocher2008-03-301-1/+16
| | | (bzr r5262)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-271-0/+262
(bzr r5206)