mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
Factor out generator checks for filtering on non-compiling targets
Add a `cmGeneratorTarget::CanCompileSources` helper method to tell generators whether a target might compile anything.
This commit is contained in:
@@ -48,6 +48,7 @@ public:
|
||||
bool IsInBuildSystem() const;
|
||||
bool IsImported() const;
|
||||
bool IsImportedGloballyVisible() const;
|
||||
bool CanCompileSources() const;
|
||||
const std::string& GetLocation(const std::string& config) const;
|
||||
|
||||
std::vector<cmCustomCommand> const& GetPreBuildCommands() const;
|
||||
|
||||
Reference in New Issue
Block a user