Home

Awesome

Cmaker

An oh-my-zsh plugin to make using cmake easier.

Installation

If you have Oh-My-Zsh installed

If you don't

How It Works

Cmaker uses a template text file located in the ~/.oh-my-zsh/custom/plugins/cMaker directory to create a CMakeLists.txt file which will act as a config file when commands like cgen,ccomp and cbin are run. You can use ctemp to edit the template file or you can use cgen and then edit the CMakeLists.txt file after it has been generated. However, this not possible with commands like ccomp and cbin as they instantly run the code after generating the cmake files. In that case, you mest edit the template. A basic template has already been setup for you.

Commands

Notes: