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

CMake build updated to work with Windows VS2019 (vc-142) #79

Conversation

dennis2society
Copy link

@dennis2society dennis2society commented Oct 3, 2023

This PR updates the CMakeLists.txt to allow an easy CMake configuration of the project in Windows.
The main challenge was to pass NOMINMAX to the VS projects to properly use std::min/max instead of the macros defined in minwindef.h and to ignore the VC warning 4996.

Additionally I had to add two changes suggested here:
Pull request by @bjornplitz #71
Funnily this was only necessary for building with Qt6 on Windows.

On Windows it is now only necessary to open the libQGLViewer repo folder with CMake-Gui and set either Qt5 or Qt6 dir. Qt6 also requires setting the Qt6GuiTools cmake folder.

The Linux build can now be done like this:

cmake -B build/ -D CMAKE_BUILD_TYPE=Release
cmake --build build/

This will build everything inside the build folder.

@dennis2society dennis2society changed the title CMake Windows build VS2019 (vc-142) CMake build updated to work with Windows VS2019 (vc-142) Oct 3, 2023
CMakeLists.txt Outdated Show resolved Hide resolved
@dennis2society
Copy link
Author

Superseded by PR #80

@dennis2society dennis2society deleted the libQGLViewer-Windows-VS2019-Build branch October 12, 2023 09:09
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