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

Integrate with vcpkg #150

Merged
merged 3 commits into from
Nov 20, 2024
Merged

Integrate with vcpkg #150

merged 3 commits into from
Nov 20, 2024

Conversation

huangqinjin
Copy link
Contributor

Setting up CMake for cross compilation is tedious, e.g. #114 and #132. And using vcpkg will greatly simplify the work.

Wrapper findstr is needed for vcpkg to install PDBs:
https://github.com/microsoft/vcpkg/blob/2024.09.30/scripts/cmake/vcpkg_copy_pdbs.cmake#L25

Closes #141.

Copy link
Owner

@mstorsjo mstorsjo left a comment

Choose a reason for hiding this comment

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

Overall LGTM, just a minor question on a detail.

test/test-vcpkg.sh Show resolved Hide resolved
@mstorsjo mstorsjo merged commit 7253ea5 into mstorsjo:master Nov 20, 2024
7 checks passed
@mstorsjo
Copy link
Owner

Thanks!

@mstorsjo
Copy link
Owner

The CI test here seems to be failing now once this is merged into master, please have a look: https://github.com/mstorsjo/msvc-wine/actions/runs/11931942872

@huangqinjin
Copy link
Contributor Author

Vcpkg's PDB installation function is broken now, #154 disable related tests.

@mstorsjo
Copy link
Owner

Vcpkg's PDB installation function is broken now, #154 disable related tests.

Thanks for the quick followup!

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.

CMake vcpkg refuses to work
2 participants