c++ - Open Cmake Project in Visual Studio like Qt Creator -


i used program @ qt creator in linux working on windows , visual studio (i forced it). when programming in qt creator these features great , useful me:

  1. opening several cmake project @ same time , easy switching between them.
  2. there no need run cmake command in terminal before opening project , qt creator handling matter itself. therefore, if there error in cmakelists.txt correct inside of qt creator

now, in windows should run cmake command in cmd before open project in visual studio.

are there extensions or add-on's visual studio have mentioned features of qt creator opening cmake project?

do have other suggestion working on cmake project in visual studio?

for first question, visual studio provide complete solution , can add , switch between projects inside solution. (see differences between projects , solutions in this post)

but second question, don't know official extension that. once created solution cmake, can change cmakelist in vs.

if insist in doesn't running cmake commands, can write extension visual studio see this more information.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -