[CMake] Toggling a Preprocessor macro for targets within a single project

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Fri Feb 20 04:56:47 EST 2009


> Von: Andreas Pokorny
> Hello,
> Wow that was fast. Thanks a lot.
> 
> 2009/2/20 Eric Noulard <eric.noulard at gmail.com>:
> > [...]
> >
> > SET_TARGET_PROPERTIES(PlatformLib PROPERTIES
> >                                             DEFINE_SYMBOL USE_TRACER)
> >
> > Then you shouldn't have to ADD_DEFINITIONS and REMOVE_DEFINITIONS?
> 
> 
> I do not understand why.. but DEFINE_SYMBOL did not work, but
> COMPILE_FLAGS -DUSE_TRACER
> did. So SET_TARGET_PROPERTIES is the sledgehammer for getting it done :)
> 
DEFINE_SYMBOL only works for shared libraries. see cmake documentation: "DEFINE_SYMBOL sets the name of the preprocessor symbol defined when compiling sources in a shared library."


Christian
-- 
Jetzt 1 Monat kostenlos! GMX FreeDSL - Telefonanschluss + DSL 
für nur 17,95 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a


More information about the CMake mailing list