summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-04-15 17:58:10 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-04-15 17:58:10 (GMT)
commit504d0bc3b38574d8394995b589214ce9cb0f6d3a (patch)
treeab49a624e100b25ca9ea5bb48624cc8d2e110857 /Source/cmMakefile.h
parenta5c3087360b79132c7e3c5004e6a9d14c7e62805 (diff)
downloadCMake-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.h1
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.