mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Support LINK_FLAGS property for static libraries.
This commit is contained in:
@@ -1004,7 +1004,8 @@ void cmLocalUnixMakefileGenerator::OutputStaticLibraryRule(std::ostream& fout,
|
||||
targetPrefix,
|
||||
targetSuffix,
|
||||
createRule,
|
||||
"static library", 0);
|
||||
"static library",
|
||||
t.GetProperty("LINK_FLAGS"));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user