CMake Windows shell extension
Go to file
2019-09-12 19:59:55 +03:00
CmakeShell Add project generating 2019-09-12 19:59:55 +03:00
images First commit 2019-09-10 20:10:26 +03:00
.gitignore First commit 2019-09-10 20:10:26 +03:00
CmakeShell.sln First commit 2019-09-10 20:10:26 +03:00
README.md Add project generating 2019-09-12 19:59:55 +03:00

CmakeShell

Very simple shell extension to make life with CMake easer. Uses SharpShell.

Screenshots

Generate:

alt text

Editing cache:

alt text

Installing / Uninstalling

Download the latest release and run install.bat or uninstall.bat

Usage

cmake.exe must be in PATH.

Right-click the folder containing CMakeLists.txt or CMakeCache.txt and find "CMake" menu (see screenshots).

Generated directory is created at the same level as source directory.

alt text

To create project, Shift + Right Click on the project root directory. Basic CMakeLists.txt will be created automatically.