Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1018 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 1018 Bytes

CMake GUI Here for Nemo

Install

  1. Make sure that cmake-gui is in the PATH. If not, you must edit the following line in cmake-gui_here.nemo_action

    Exec='cmake-gui' '-H%P' '-B%P/build'
    

    and replace cmake-gui with the path to your 'cmake-gui' executable

  2. Copy cmake-gui_here.nemo_action to either ~/.local/share/nemo/actions (per-user installation) or /usr/share/nemo/actions (system-wide installation)

Usage

  1. Right-click on the "background" of a directory containing a CMakeLists.txt file
  2. Choose CMake GUI Here

Uninstall

  1. Remove cmake-gui_here.nemo_action from its installation folder

Credit