Skip to content

cmake: Add --open option for IDE generators

Gregor Jasny requested to merge gjasny/cmake:cmake-open into master

Sometimes it is useful to just generate a project and open it in the IDE afterwards. Because CMake knows both: the generator and the project name it might be the proper place to add the --open option.

Edited by Gregor Jasny

Merge request reports