use InAll target setting to determine what targets are in the default build

This commit is contained in:
Ken Martin 2002-12-05 11:09:41 -05:00
parent 14771cf5f6
commit 6964957b4a

View File

@ -86,7 +86,7 @@ private:
void WriteProjectDepends(std::ostream& fout,
const char* name, const char* path,
const cmTarget &t);
void WriteProjectConfigurations(std::ostream& fout, const char* name);
void WriteProjectConfigurations(std::ostream& fout, const char* name, bool in_all);
void WriteExternalProject(std::ostream& fout,
const char* name, const char* path,
const std::vector<std::string>& dependencies);