mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 01:09:30 -05:00
ENH: Added support for selection of static/shared build on a per-library basis.
This commit is contained in:
@@ -94,7 +94,6 @@ private:
|
||||
void RecursiveGenerateCacheOnly();
|
||||
void ProcessDepends(const cmMakeDepend &md);
|
||||
void GenerateCacheOnly();
|
||||
bool BuildingSharedLibs() const;
|
||||
void OutputMakefile(const char* file);
|
||||
void OutputMakeFlags(std::ostream&);
|
||||
void OutputTargetRules(std::ostream& fout);
|
||||
|
||||
Reference in New Issue
Block a user