diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-04-15 17:58:10 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-04-15 17:58:10 (GMT) |
commit | 504d0bc3b38574d8394995b589214ce9cb0f6d3a (patch) | |
tree | ab49a624e100b25ca9ea5bb48624cc8d2e110857 /Source/cmMakefile.h | |
parent | a5c3087360b79132c7e3c5004e6a9d14c7e62805 (diff) | |
download | CMake-504d0bc3b38574d8394995b589214ce9cb0f6d3a.zip CMake-504d0bc3b38574d8394995b589214ce9cb0f6d3a.tar.gz CMake-504d0bc3b38574d8394995b589214ce9cb0f6d3a.tar.bz2 |
ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add opposite to ADD_DEFINITIONS
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index dbfe6a6..092d742 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -163,6 +163,7 @@ public: * Add a define flag to the build. */ void AddDefineFlag(const char* definition); + void RemoveDefineFlag(const char* definition); /** * Add an executable to the build. |