mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
ENH: add better support for framework linking
This commit is contained in:
@@ -171,7 +171,9 @@ public:
|
||||
void WriteLocalAllRules(std::ostream& ruleFileStream);
|
||||
|
||||
protected:
|
||||
|
||||
// Return the a string with -F flags on apple
|
||||
std::string GetFrameworkFlags(cmTarget&);
|
||||
|
||||
// write the depend info
|
||||
void WriteDependLanguageInfo(std::ostream& cmakefileStream, cmTarget &tgt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user