summaryrefslogtreecommitdiffstats
path: root/CMakeScripts (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-04-05cmake: fix error in UseGlibMarshal.cmakeJohan B. C. Engelen1-5/+5
2008-04-05Cmake: add missing CMakeLists.txtJoshua L. Blocher1-5/+5
2008-04-05Cmake: add UseGlibMarshal.cmake for generating filesJoshua L. Blocher1-0/+27
2008-04-04cmake: add HAVE_GETOPT_HJohan B. C. Engelen1-0/+1
2008-04-04cmake: put each dependency on new line, for better svn diffs.Johan B. C. Engelen1-2/+21
2008-03-31Cmake: Generate inkscape_version.hJoshua L. Blocher1-0/+3
2008-03-31fix typos in config.h.cmakeJohan B. C. Engelen1-2/+10
2008-03-31cmake: add define flagsJohan B. C. Engelen2-2/+12
2008-03-31add specific location for compiler flags; like optimization, define, debug an...Johan B. C. Engelen1-0/+7
2008-03-31Cmake: added more Platform File ChecksJoshua L. Blocher1-2/+23
2008-03-31Cmake: Start of Platform ChecksJoshua L. Blocher1-1/+2
2008-03-30cmake: add finding script for garbage collector!Johan B. C. Engelen2-1/+29
2008-03-30cmake: remove file to find gtk2, because it is not needed and not used.Johan B. C. Engelen1-348/+0
2008-03-30cmake: remove debug messageJohan B. C. Engelen1-2/+1
2008-03-30cmake: add boost to the include directories when it is foundJohan B. C. Engelen1-0/+1
2008-03-30fix creation of CXX flags stringJohan B. C. Engelen1-1/+2
2008-03-30Cmake: cflags fixJoshua L. Blocher1-0/+5
2008-03-30Final fix to boost finding on windows for cmakeJohan B. C. Engelen1-5/+4
2008-03-30clean up FindBoost.cmakeJohan B. C. Engelen1-20/+1
2008-03-30Cmake: FindBoost added for dependencyJoshua L. Blocher1-1/+2
2008-03-30fix finding boost for windows.Johan B. C. Engelen1-5/+8
2008-03-30add glibmm and add version numbers: glib-2.0 and glibmm-2.4Johan B. C. Engelen1-1/+1
2008-03-27Cmake Build system - Initial commit.Joshua L. Blocher5-0/+574