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

Expand library reference support #51

Closed
alexrp opened this issue Jun 22, 2022 · 0 comments
Closed

Expand library reference support #51

alexrp opened this issue Jun 22, 2022 · 0 comments
Labels
area: documentation Issues related to the documentation. area: sdk Issues related to the MSBuild SDK. area: tasks Issues related to MSBuild tasks. type: feature Issues that are classified as feature requests.
Milestone

Comments

@alexrp
Copy link
Sponsor Member

alexrp commented Jun 22, 2022

Add a new LinkerReference item that can be used to specify libraries that should be searched for by the linker. So, <LinkerReference Include="pthread" /> results in -lpthread being passed.

Also add a new LinkerDirectory item to specify linker search paths. <LinkerDirectory Include="foo" /> turns into -Lfoo.

@alexrp alexrp added type: feature Issues that are classified as feature requests. state: approved Feature requests and housekeeping tasks that have been approved. area: documentation Issues related to the documentation. area: sdk Issues related to the MSBuild SDK. area: tasks Issues related to MSBuild tasks. labels Jun 22, 2022
@alexrp alexrp added this to the v4.0 milestone Jun 22, 2022
@alexrp alexrp self-assigned this Jun 22, 2022
@alexrp alexrp closed this as completed in bf55399 Jun 23, 2022
@alexrp alexrp removed the state: approved Feature requests and housekeeping tasks that have been approved. label Jun 23, 2022
@alexrp alexrp modified the milestones: v4.0, v3.2 Jun 23, 2022
alexrp added a commit that referenced this issue Jun 23, 2022
@alexrp alexrp removed their assignment Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: documentation Issues related to the documentation. area: sdk Issues related to the MSBuild SDK. area: tasks Issues related to MSBuild tasks. type: feature Issues that are classified as feature requests.
Development

No branches or pull requests

1 participant