mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
Merge topic 'effective-platform-name'
74c73d5Correct KWStyle line too long error0c030efAdd use of EFFECTIVE_PLATFORM_NAME to generated Xcode projects.
This commit is contained in:
+5
-1
@@ -446,6 +446,10 @@ public:
|
||||
/** Get a build-tree directory in which to place target support files. */
|
||||
std::string GetSupportDirectory() const;
|
||||
|
||||
/** Return whether this target uses the default value for its output
|
||||
directory. */
|
||||
bool UsesDefaultOutputDir(const char* config, bool implib);
|
||||
|
||||
private:
|
||||
/**
|
||||
* A list of direct dependencies. Use in conjunction with DependencyMap.
|
||||
@@ -558,7 +562,7 @@ private:
|
||||
// Cache target output paths for each configuration.
|
||||
struct OutputInfo;
|
||||
OutputInfo const* GetOutputInfo(const char* config);
|
||||
void ComputeOutputDir(const char* config, bool implib, std::string& out);
|
||||
bool ComputeOutputDir(const char* config, bool implib, std::string& out);
|
||||
|
||||
// Cache import information from properties for each configuration.
|
||||
struct ImportInfo;
|
||||
|
||||
Reference in New Issue
Block a user