summaryrefslogtreecommitdiffstats
path: root/CMakeScripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher2009-01-122-19/+19
* UseGlibMarshal.cmake - Don't overwrite the file if it hasn't changedKrzysztof Kosi??ski2009-01-111-5/+13
* Cmake: minor fixesJoshua L. Blocher2009-01-102-9/+8
* Cmake: New FindGTK2Joshua L. Blocher2009-01-098-993/+339
* Cmake: more fixes plus a patch for OSX paths by Henrik GustafssonJoshua L. Blocher2009-01-077-64/+79
* fix cmake version checkingJohan B. C. Engelen2009-01-061-21/+27
* Cmake: add missing fileJoshua L. Blocher2009-01-062-56/+145
* Cmake: add missing fileJoshua L. Blocher2009-01-061-0/+89
* Cmake: Fixed GioMM Include DirectoriesJoshua L. Blocher2009-01-061-0/+4
* Cmake: Add GSL to LIBS and IncludesJoshua L. Blocher2008-06-242-3/+4
* Cmake: fix quoting in INKSCAPE_LIBSJoshua L. Blocher2008-06-181-13/+13
* Cmake: Add src/ to include_directories, fix missing includes for file checksJoshua L. Blocher2008-06-182-3/+4
* Cmake: fix config.h not being foundJoshua L. Blocher2008-06-143-2/+2
* Cmake: Fix Dependencies with multiple include directories.Joshua L. Blocher2008-06-127-58/+563
* Cmake: added windows path to find modules.Joshua L. Blocher2008-05-3116-18/+43
* Cmake: Improve Gtkmm dependency checking, add new files to CMakeLists.txts, r...Joshua L. Blocher2008-05-294-137/+34
* Cmake: More Dependency work, added new filesJoshua L. Blocher2008-05-252-24/+39
* Cmake: Find Dependencies rebuiltJoshua L. Blocher2008-05-2218-22/+1909
* Cmake: Moved sp-* into own library to reduce link cmdline and add new files t...Joshua L. Blocher2008-05-191-1/+1
* Cmake: Moved helper macros to their own file and removed *-test.h from inksca...Joshua L. Blocher2008-05-053-3/+19
* Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own fileJoshua L. Blocher2008-05-035-80/+80
* Cmake: Fix some double linking flagsJoshua L. Blocher2008-05-031-14/+12
* Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp Lin...Joshua L. Blocher2008-05-023-4/+41
* Cmake: Fixed optional dependency linkingJoshua L. Blocher2008-04-281-1/+1
* Cmake: Correct INKSCAPE_LIBDIR value in config.h.cmake, to correct compiling ...Joshua L. Blocher2008-04-111-26/+26
* cmake: include javainc dir. please check if this works on linux and solaris tooJohan B. C. Engelen2008-04-102-0/+15
* replace setting flags as variables with use of add_definitions() to avoid quo...Aaron Spike2008-04-101-10/+8
* don't set -j anything by default - its not useful and may cause breakage debu...Peter Linnell2008-04-091-1/+1
* cmake: remove slashes from previous commit. they really should not be there. ...Johan B. C. Engelen2008-04-081-1/+1
* cmake: add CheckStructMember.cmake from KDE. enable struct checks (does this ...Johan B. C. Engelen2008-04-072-6/+68
* cmake: add many config define checksJohan B. C. Engelen2008-04-071-4/+37
* cmake: add \\ to string define so result is something like: -DSSL=\" sfsdf \...Johan B. C. Engelen2008-04-071-1/+1
* cmake: generate config files in CMAKE_BINARY_DIR instead of CMAKE_CURRENT_BIN...Johan B. C. Engelen2008-04-071-5/+5
* cmake: EOLJohan B. C. Engelen2008-04-071-110/+110
* cmake: make all cmakescripts svn:eol-style native. solved problem i thinkJohan B. C. Engelen2008-04-071-0/+1
* cmake: add comment of why to add base binary dir to include pathJohan B. C. Engelen2008-04-071-2/+2
* cmake: add pango defines necessary for win32 building, also needed for linux?Johan B. C. Engelen2008-04-071-0/+4
* cmake: add compile flags to C flags as wellJohan B. C. Engelen2008-04-071-0/+1
* cmake: add CMAKE_CURRENT_BINARY_DIR to include pathJohan B. C. Engelen2008-04-071-0/+2
* add CFLAGS from dependencies to CMAKE_C_FLAGS as well (instead of only to CXX)Johan B. C. Engelen2008-04-071-0/+1
* Cmake: Moved CMAKE_C_FLAGS to ConfigCompileFlags.cmakeJoshua L. Blocher2008-04-071-0/+1
* CMake: add optional flags when foundAaron Spike2008-04-071-0/+2
* CMake build workAaron Spike2008-04-061-0/+2
* cmake: remove quotes from execute_command. now it works.Johan B. C. Engelen2008-04-051-4/+5
* cmake: fix file names in marshal generationJohan B. C. Engelen2008-04-051-10/+9
* Cmake: UseGlibMarshal updateJoshua L. Blocher2008-04-051-3/+4
* cmake: marshal files; fix to use correct result variableJohan B. C. Engelen2008-04-051-3/+3
* cmake: revert last commit because the current directory is included when buil...Johan B. C. Engelen2008-04-051-1/+1
* cmake: fix include location of sp-marshalJohan B. C. Engelen2008-04-051-1/+1
* cmake: fix wrong direction of slashesJohan B. C. Engelen2008-04-051-1/+1