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

enable windows install/uninstall target #127

Merged
merged 1 commit into from
May 1, 2024

Conversation

ram-mohan
Copy link
Contributor

Test:
cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=/u/msys64/mingw64/ ../ cmake --build ./
cmake --build ./ --target=install
cmake --build ./ --target=uninstall

Test:
cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=/u/msys64/mingw64/ ../
cmake --build ./
cmake --build ./ --target=install
cmake --build ./ --target=uninstall

- improved uninstall target generation basing on cmake wiki
- fixes google#102
@DichenZhang1 DichenZhang1 merged commit 9aa3b63 into google:main May 1, 2024
11 checks passed
@ram-mohan ram-mohan deleted the winfix branch May 1, 2024 05:10
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.

DLL installed in lib on MSYS2
3 participants