summaryrefslogtreecommitdiffstats
path: root/CMakeScripts (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-22update cmake checker and split out configCampbell Barton2-68/+88
2011-06-22get cmake working again.Campbell Barton2-2/+35
2011-06-18cmake: correct syntax error.Campbell Barton1-1/+1
2011-06-17minor changes to cmake, use lib/ and bin/ in the build dir.Campbell Barton1-6/+3
2011-06-15Attempt to make ImageMagick and OpenMP optional with cmake.Jon A. Cruz1-10/+14
2011-06-14cmake: use system includes (-isystem in gcc).Campbell Barton1-1/+1
2011-06-14cmake: update ignore list.Campbell Barton1-0/+8
2011-06-13cmake: use cmakes freetype moduleCampbell Barton2-106/+8
2011-06-13cmake:Campbell Barton3-22/+34
2011-06-13cmake:Campbell Barton3-499/+93
2011-06-13cmake:Campbell Barton1-0/+30
2011-06-13replace local CheckStructMember.cmake with cmake'sCampbell Barton2-69/+7
2011-06-13cmake: script to check for coverage in our cmake files (that we dont miss any...Campbell Barton1-0/+265
2011-06-13cmake:Campbell Barton6-332/+151
2011-06-13cmake: remove FindBoost, is an old copy of the one that comes with cmake.Campbell Barton1-403/+0
2011-06-13cmake: fix for error reading non existing file which would error out cmake's ...Campbell Barton1-1/+5
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher2-19/+19
2009-01-11UseGlibMarshal.cmake - Don't overwrite the file if it hasn't changedKrzysztof Kosi??ski1-5/+13
2009-01-10Cmake: minor fixesJoshua L. Blocher2-9/+8
2009-01-09Cmake: New FindGTK2Joshua L. Blocher8-993/+339
2009-01-07Cmake: more fixes plus a patch for OSX paths by Henrik GustafssonJoshua L. Blocher7-64/+79
2009-01-06fix cmake version checkingJohan B. C. Engelen1-21/+27
2009-01-06Cmake: add missing fileJoshua L. Blocher2-56/+145
2009-01-06Cmake: add missing fileJoshua L. Blocher1-0/+89
2009-01-06Cmake: Fixed GioMM Include DirectoriesJoshua L. Blocher1-0/+4
2008-06-24Cmake: Add GSL to LIBS and IncludesJoshua L. Blocher2-3/+4
2008-06-18Cmake: fix quoting in INKSCAPE_LIBSJoshua L. Blocher1-13/+13
2008-06-18Cmake: Add src/ to include_directories, fix missing includes for file checksJoshua L. Blocher2-3/+4
2008-06-14Cmake: fix config.h not being foundJoshua L. Blocher3-2/+2
2008-06-12Cmake: Fix Dependencies with multiple include directories.Joshua L. Blocher7-58/+563
2008-05-31Cmake: added windows path to find modules.Joshua L. Blocher16-18/+43
2008-05-29Cmake: Improve Gtkmm dependency checking, add new files to CMakeLists.txts, r...Joshua L. Blocher4-137/+34
2008-05-25Cmake: More Dependency work, added new filesJoshua L. Blocher2-24/+39
2008-05-22Cmake: Find Dependencies rebuiltJoshua L. Blocher18-22/+1909
2008-05-19Cmake: Moved sp-* into own library to reduce link cmdline and add new files t...Joshua L. Blocher1-1/+1
2008-05-05Cmake: Moved helper macros to their own file and removed *-test.h from inksca...Joshua L. Blocher3-3/+19
2008-05-03Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own fileJoshua L. Blocher5-80/+80
2008-05-03Cmake: Fix some double linking flagsJoshua L. Blocher1-14/+12
2008-05-02Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp Lin...Joshua L. Blocher3-4/+41
2008-04-28Cmake: Fixed optional dependency linkingJoshua L. Blocher1-1/+1
2008-04-11Cmake: Correct INKSCAPE_LIBDIR value in config.h.cmake, to correct compiling ...Joshua L. Blocher1-26/+26
2008-04-10cmake: include javainc dir. please check if this works on linux and solaris tooJohan B. C. Engelen2-0/+15
2008-04-10replace setting flags as variables with use of add_definitions() to avoid quo...Aaron Spike1-10/+8
2008-04-09don't set -j anything by default - its not useful and may cause breakage debu...Peter Linnell1-1/+1
2008-04-08cmake: remove slashes from previous commit. they really should not be there. ...Johan B. C. Engelen1-1/+1
2008-04-07cmake: add CheckStructMember.cmake from KDE. enable struct checks (does this ...Johan B. C. Engelen2-6/+68
2008-04-07cmake: add many config define checksJohan B. C. Engelen1-4/+37
2008-04-07cmake: add \\ to string define so result is something like: -DSSL=\" sfsdf \...Johan B. C. Engelen1-1/+1
2008-04-07cmake: generate config files in CMAKE_BINARY_DIR instead of CMAKE_CURRENT_BIN...Johan B. C. Engelen1-5/+5
2008-04-07cmake: EOLJohan B. C. Engelen1-110/+110