diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index bce13ac..d430f04 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -233,6 +233,11 @@ public: void AddSource(cmSourceFile& ,const char *srcListName); /** + * Remove a class/source file from the build. + */ + void RemoveSource(cmSourceFile& ,const char *srcListName); + + /** * Add a source group for consideration when adding a new source. */ void AddSourceGroup(const char* name, const char* regex); |