summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigCompileFlags.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix profiling buildEduard Braun2018-01-091-19/+0
| | | | | Also remove ConfigCompileFlags.cmake (which wasn't included anymore for almost 10 years now)
* Merged trunkAdrian Boguszewski2016-08-091-3/+1
|\ | | | | (bzr r14954.1.30)
* | Added simple test for SPObjectAdrian Boguszewski2016-07-051-1/+1
| | | | | | (bzr r14954.1.16)
* | Added xmlNodes as range functionAdrian Boguszewski2016-07-011-14/+7
| | | | | | (bzr r14954.1.12)
* | Added more testsAdrian Boguszewski2016-06-271-1/+3
|/ | | (bzr r14954.1.11)
* cmake: Fix code style for consistencyBryce Harrington2016-01-171-3/+3
| | | | | | Indentation to 4 spaces Prefer lower case for functions and macros (bzr r14596)
* cmake: Cleanup comments a bitBryce Harrington2016-01-171-2/+2
| | | (bzr r14595)
* cmake:Campbell Barton2011-06-131-17/+18
| | | | | | - added option WITH_DBUS (currently uses hard coded paths) - remove duplicate version variable. (bzr r10297)
* 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)