mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.
Make it public for future external calls.
This commit is contained in:
@@ -204,6 +204,7 @@ private:
|
||||
std::vector<std::string> const& defines,
|
||||
bool dflag = false);
|
||||
|
||||
void ComputeTargetObjectDirectory(cmGeneratorTarget* gt) const;
|
||||
protected:
|
||||
virtual const char* GetInstallTargetName() const { return "install"; }
|
||||
virtual const char* GetPackageTargetName() const { return "package"; }
|
||||
|
||||
Reference in New Issue
Block a user