Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keep order of exported libraries and allow linker flags #75

Merged
merged 1 commit into from
Jul 5, 2016

Conversation

dirk-thomas
Copy link
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
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.

None yet

2 participants