The GWB installation directory must be in your Path environment variable to use the plugin. With Cygwin you can temporarily add the Path environment variable in this manner. showaddpath
To build using CMake first check the CMakeList.txt file to ensure that the directories to the GWB plugin are correct. showlistfile
Change your working directory to the location of your source files. Create a “build” directory for your project and run CMake on your project from that directory. showbuildconfig
After running CMake, run “make” from your build directory. showmakeexe After running CMake, run “make” from your build directory.
After CMake has finished building your executable, Showruncygwin After CMake has finished building your executable, you can execute your program from Cygwin.