Skip to content

keep order of exported libraries and allow linker flags#75

Merged
dirk-thomas merged 1 commit intomasterfrom
refactor_library_export
Jul 5, 2016
Merged

keep order of exported libraries and allow linker flags#75
dirk-thomas merged 1 commit intomasterfrom
refactor_library_export

Conversation

@dirk-thomas
Copy link
Copy Markdown
Contributor

Instead of storing library targets and absolute library paths separately they are kept in a single list. The type is decided when they are being used.

This unified list also supports having linker flags in in (starting with - but not with -l or -framework, see https://cmake.org/cmake/help/v3.5/command/target_link_libraries.html).

@dirk-thomas dirk-thomas added the in review Waiting for review (Kanban column) label Jul 1, 2016
@dirk-thomas dirk-thomas self-assigned this Jul 1, 2016
@wjwwood
Copy link
Copy Markdown
Contributor

wjwwood commented Jul 5, 2016

lgtm

@dirk-thomas dirk-thomas merged commit 121c2d2 into master Jul 5, 2016
@dirk-thomas dirk-thomas deleted the refactor_library_export branch July 5, 2016 21:52
@dirk-thomas dirk-thomas removed the in review Waiting for review (Kanban column) label Jul 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants