mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
@@ -224,6 +224,12 @@ private:
|
||||
void AddPositionIndependentLinkAttribute(cmGeneratorTarget* target,
|
||||
cmXCodeObject* buildSettings,
|
||||
const std::string& configName);
|
||||
void CreateGlobalXCConfigSettings(cmLocalGenerator* root,
|
||||
cmXCodeObject* config,
|
||||
const std::string& configName);
|
||||
void CreateTargetXCConfigSettings(cmGeneratorTarget* target,
|
||||
cmXCodeObject* config,
|
||||
const std::string& configName);
|
||||
void CreateBuildSettings(cmGeneratorTarget* gtgt,
|
||||
cmXCodeObject* buildSettings,
|
||||
const std::string& buildType);
|
||||
|
||||
Reference in New Issue
Block a user