Skip to content

How do you import the project into a CMake project in Visual Studio 2019? #37

Answered by s-martin
enjoysmath asked this question in Q&A
Discussion options

You must be logged in to vote

Do you use Visual Studio 2019?
The description here should work:
https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-160#ide-integration

You need to select the root directory of this project, which you have cloned locally.

A CMake project in VS doesn't create a regular VS project, but uses the CMake tool chain. A menu item "CMake" should appear. See also the link above for details.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by s-martin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #34 on March 21, 2022 21:32.