mirror of
https://github.com/reactos/CMake.git
synced 2024-11-26 04:50:24 +00:00
use InAll target setting to determine what targets are in the default build
This commit is contained in:
parent
14771cf5f6
commit
6964957b4a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user