summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigCompileFlags.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cmake: added windows path to find modules.Joshua L. Blocher2008-05-311-1/+1
| | | (bzr r5770)
* Cmake: Moved helper macros to their own file and removed *-test.h from ↵Joshua L. Blocher2008-05-051-0/+1
| | | | | inkscape source list (bzr r5608)
* Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own fileJoshua L. Blocher2008-05-031-6/+0
| | | (bzr r5590)
* Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp ↵Joshua L. Blocher2008-05-021-0/+4
| | | | | Linking checking to help resolve linking issues (bzr r5576)
* replace setting flags as variables with use of add_definitions() to avoid ↵Aaron Spike2008-04-101-10/+8
| | | | | quoting issues and because it looks like the proper cmake way (bzr r5396)
* don't set -j anything by default - its not useful and may cause breakage ↵Peter Linnell2008-04-091-1/+1
| | | | | debugging the new cmake build setup (bzr r5395)
* cmake: remove slashes from previous commit. they really should not be there. ↵Johan B. C. Engelen2008-04-081-1/+1
| | | | | looking elsewhere to fix my prob... (bzr r5387)
* cmake: add \\ to string define so result is something like: -DSSL=\" sfsdf ↵Johan B. C. Engelen2008-04-071-1/+1
| | | | | \" (note the slashes in front of the ") (bzr r5381)
* cmake: add compile flags to C flags as wellJohan B. C. Engelen2008-04-071-0/+1
| | | (bzr r5370)
* Cmake: Moved CMAKE_C_FLAGS to ConfigCompileFlags.cmakeJoshua L. Blocher2008-04-071-0/+1
| | | (bzr r5366)
* fix typos in config.h.cmakeJohan B. C. Engelen2008-03-311-2/+10
| | | | | add optional profiling flags (bzr r5282)
* cmake: add define flagsJohan B. C. Engelen2008-03-311-1/+12
| | | (bzr r5275)
* add specific location for compiler flags; like optimization, define, debug ↵Johan B. C. Engelen2008-03-311-0/+7
and warning flags (bzr r5274)