summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigCompileFlags.cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-09Fix profiling buildEduard Braun1-19/+0
Also remove ConfigCompileFlags.cmake (which wasn't included anymore for almost 10 years now)
2016-07-05Added simple test for SPObjectAdrian Boguszewski1-1/+1
(bzr r14954.1.16)
2016-07-01Added xmlNodes as range functionAdrian Boguszewski1-14/+7
(bzr r14954.1.12)
2016-06-27Added more testsAdrian Boguszewski1-1/+3
(bzr r14954.1.11)
2016-01-17cmake: Fix code style for consistencyBryce Harrington1-3/+3
Indentation to 4 spaces Prefer lower case for functions and macros (bzr r14596)
2016-01-17cmake: Cleanup comments a bitBryce Harrington1-2/+2
(bzr r14595)
2011-06-13cmake:Campbell Barton1-17/+18
- added option WITH_DBUS (currently uses hard coded paths) - remove duplicate version variable. (bzr r10297)
2008-05-31Cmake: added windows path to find modules.Joshua L. Blocher1-1/+1
(bzr r5770)
2008-05-05Cmake: Moved helper macros to their own file and removed *-test.h from ↵Joshua L. Blocher1-0/+1
inkscape source list (bzr r5608)
2008-05-03Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own fileJoshua L. Blocher1-6/+0
(bzr r5590)
2008-05-02Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp ↵Joshua L. Blocher1-0/+4
Linking checking to help resolve linking issues (bzr r5576)
2008-04-10replace setting flags as variables with use of add_definitions() to avoid ↵Aaron Spike1-10/+8
quoting issues and because it looks like the proper cmake way (bzr r5396)
2008-04-09don't set -j anything by default - its not useful and may cause breakage ↵Peter Linnell1-1/+1
debugging the new cmake build setup (bzr r5395)
2008-04-08cmake: remove slashes from previous commit. they really should not be there. ↵Johan B. C. Engelen1-1/+1
looking elsewhere to fix my prob... (bzr r5387)
2008-04-07cmake: add \\ to string define so result is something like: -DSSL=\" sfsdf ↵Johan B. C. Engelen1-1/+1
\" (note the slashes in front of the ") (bzr r5381)
2008-04-07cmake: add compile flags to C flags as wellJohan B. C. Engelen1-0/+1
(bzr r5370)
2008-04-07Cmake: Moved CMAKE_C_FLAGS to ConfigCompileFlags.cmakeJoshua L. Blocher1-0/+1
(bzr r5366)
2008-03-31fix typos in config.h.cmakeJohan B. C. Engelen1-2/+10
add optional profiling flags (bzr r5282)
2008-03-31cmake: add define flagsJohan B. C. Engelen1-1/+12
(bzr r5275)
2008-03-31add specific location for compiler flags; like optimization, define, debug ↵Johan B. C. Engelen1-0/+7
and warning flags (bzr r5274)