diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 3e780ac..0b89422 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -225,7 +225,8 @@ public: /** * Set the name of the library. */ - void AddLibrary(const char *libname, const std::vector<std::string> &srcs); + void AddLibrary(const char *libname, bool shared, + const std::vector<std::string> &srcs); /** * Add a class/source file to the build. |