go-cmake Building Golang project with CMake How to build $ git clone https://github.com/mutse/go-cmake.git $ cd go-cmake $ mkdir build $ cd build $ cmake ../ $ sudo make install