mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
cmGlobalGenerator: Add method to check if object file location is known
Add a `HasKnownObjectFileLocation` method returning whether we know the exact location of object files produced by the native build system. This is true everywhere except on Xcode when an architecture placeholder is used.
This commit is contained in:
@@ -87,6 +87,8 @@ public:
|
||||
i.e. "Can I build Debug and Release in the same tree?" */
|
||||
bool IsMultiConfig() const CM_OVERRIDE;
|
||||
|
||||
bool HasKnownObjectFileLocation(std::string* reason) const CM_OVERRIDE;
|
||||
|
||||
bool UseEffectivePlatformName(cmMakefile* mf) const CM_OVERRIDE;
|
||||
|
||||
bool ShouldStripResourcePath(cmMakefile*) const CM_OVERRIDE;
|
||||
|
||||
Reference in New Issue
Block a user