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

Add ability to specify DLL dir #939

Merged
merged 2 commits into from
Jul 27, 2022
Merged

Conversation

jheaff1
Copy link
Collaborator

@jheaff1 jheaff1 commented Jun 30, 2022

C/C++ projects typically install DLLs in the "bin" folder and the
associated interface library in the "lib" folder. This commit changes
the default behaviour accordingly.

The now redundant postfix script in the cmake_hello_world_lib shared test has been removed. The test was also previously broken as no interface library was generated. This commit resolves that issue

@jheaff1 jheaff1 force-pushed the separate_dll_dir branch from f86fdb3 to b67a6aa Compare June 30, 2022 16:56
C/C++ projects typically install DLLs in the "bin" folder and the
associated interface library in the "lib" folder. This commit changes
the default behaviour accordingly.
@jheaff1 jheaff1 force-pushed the separate_dll_dir branch from b67a6aa to a88f5db Compare June 30, 2022 16:57
@jheaff1 jheaff1 marked this pull request as ready for review June 30, 2022 19:12
@jheaff1
Copy link
Collaborator Author

jheaff1 commented Jul 20, 2022

@jsharpe @UebelAndre Any chance of of a review?

Copy link
Member

@jsharpe jsharpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its been a while since I've done any windows stuff but this looks reasonable.

@jsharpe jsharpe enabled auto-merge (squash) July 27, 2022 16:43
@jsharpe jsharpe merged commit cfe19aa into bazel-contrib:main Jul 27, 2022
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