Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
b290e528
Commit
b290e528
authored
Dec 31, 2002
by
Brad King
Browse files
ENH: Support LINK_FLAGS property for static libraries.
parent
bf6730b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmLocalUnixMakefileGenerator.cxx
View file @
b290e528
...
...
@@ -1004,7 +1004,8 @@ void cmLocalUnixMakefileGenerator::OutputStaticLibraryRule(std::ostream& fout,
targetPrefix
,
targetSuffix
,
createRule
,
"static library"
,
0
);
"static library"
,
t
.
GetProperty
(
"LINK_FLAGS"
));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment