diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-04-24 16:40:37 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-04-24 16:40:37 (GMT) |
commit | 818b0e5bc1755d72e429ab89391254647c194eb5 (patch) | |
tree | 3d9f48f45fa5d92d9f5717f35a0a837d8d23a863 /Source/cmMakefile.h | |
parent | 435a8a70338d73d1f1eb1aa1cd431ee6a369765d (diff) | |
download | CMake-818b0e5bc1755d72e429ab89391254647c194eb5.zip CMake-818b0e5bc1755d72e429ab89391254647c194eb5.tar.gz CMake-818b0e5bc1755d72e429ab89391254647c194eb5.tar.bz2 |
BUG: fix build directory problem
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 604a9ed..ffcbd01 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -145,6 +145,11 @@ public: void AddDefinition(const char* name, const char* value); /** + * Add bool variable definition to the build. + */ + void AddDefinition(const char* name, bool); + + /** * Specify the name of the project for this build. */ void SetProjectName(const char*); |