Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 211 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 211 Bytes

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