How to create a vcproj (or equiv) in Visual Studio from our CMake build? #3176
Unanswered
PhilipOakley
asked this question in
Q&A
Replies: 2 comments 10 replies
-
Yes, you can follow the advice in
This requires CMake to be installed separately, and will result in a |
Beta Was this translation helpful? Give feedback.
10 replies
-
The discussion continued in #3306, where the CMakeLists.txt file is being updated such that opening the git folder in Visual Studio(VS), is sufficient for VS to properly load the project and allows the project to be built via the 'build' menu. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new
CMake
method for building Git for Windows (GfW) in Visual Studio (2019) works nicely, but unfortunately many support tools are expecting there to be (I suspect)vcproj
and maybesln
files also present so those extension tools can do their work.I'm trying to get Sourcetrail integrated with the current release to help browse the git code. It had worked previously (year ago+, using
vs/master
branch, VS 2015, Sourcetrail v2019).I raised an issue over there CoatiSoftware/Sourcetrail#1173 and tried their suggestion of using a Clang helper tool, but that also doesn't think we have created a project either.
Is there a way to get either our
CMake
invocation, or a Visual Studio command to generate the old stylevcproj
files so that extension tools that expect them continue to work?Beta Was this translation helpful? Give feedback.
All reactions