summaryrefslogtreecommitdiffstats
path: root/CMakeScripts (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-04-07cmake: make all cmakescripts svn:eol-style native. solved problem i thinkJohan B. C. Engelen1-0/+1
2008-04-07cmake: add comment of why to add base binary dir to include pathJohan B. C. Engelen1-2/+2
2008-04-07cmake: add pango defines necessary for win32 building, also needed for linux?Johan B. C. Engelen1-0/+4
2008-04-07cmake: add compile flags to C flags as wellJohan B. C. Engelen1-0/+1
2008-04-07cmake: add CMAKE_CURRENT_BINARY_DIR to include pathJohan B. C. Engelen1-0/+2
2008-04-07add CFLAGS from dependencies to CMAKE_C_FLAGS as well (instead of only to CXX)Johan B. C. Engelen1-0/+1
2008-04-07Cmake: Moved CMAKE_C_FLAGS to ConfigCompileFlags.cmakeJoshua L. Blocher1-0/+1
2008-04-07CMake: add optional flags when foundAaron Spike1-0/+2
2008-04-06CMake build workAaron Spike1-0/+2
2008-04-05cmake: remove quotes from execute_command. now it works.Johan B. C. Engelen1-4/+5
2008-04-05cmake: fix file names in marshal generationJohan B. C. Engelen1-10/+9
2008-04-05Cmake: UseGlibMarshal updateJoshua L. Blocher1-3/+4
2008-04-05cmake: marshal files; fix to use correct result variableJohan B. C. Engelen1-3/+3
2008-04-05cmake: revert last commit because the current directory is included when buil...Johan B. C. Engelen1-1/+1
2008-04-05cmake: fix include location of sp-marshalJohan B. C. Engelen1-1/+1
2008-04-05cmake: fix wrong direction of slashesJohan B. C. Engelen1-1/+1