go-cmake icon indicating copy to clipboard operation
go-cmake copied to clipboard

Building Golang project with CMake

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