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

Refactor all internal cmake targets to be object libraries #225

Merged
merged 3 commits into from
Apr 21, 2021

Conversation

9prady9
Copy link
Member

@9prady9 9prady9 commented Apr 20, 2021

Change(s)
All internal cmake targets are refactored to use OBJECT library type.

Current Behavior
Prior to this change, internal sub-components are created as interface libraries which polluted the public dependency list of final static library built.

New Behavior
Static forge library interface list is clean and not confusing.

Breaking Change(s)
None to shared library users.

@9prady9 9prady9 added this to the 1.0.7 milestone Apr 20, 2021
@9prady9 9prady9 force-pushed the cmake_config_fix branch 4 times, most recently from d1b8fdc to fa8a0ab Compare April 21, 2021 07:28
@9prady9 9prady9 merged commit 3ffee54 into arrayfire:master Apr 21, 2021
@9prady9 9prady9 deleted the cmake_config_fix branch April 21, 2021 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant