Skip to content
/ go-cmake Public template
forked from mutse/go-cmake

Building Golang project with CMake

License

Notifications You must be signed in to change notification settings

joshuadahlunr/go-cmake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-cmake

Building Golang project with CMake

How to build

$ git clone https://github.com/joshuadahlunr/go-cmake.git
$ cd go-cmake
$ mkdir build
$ cd build
$ cmake ../
$ sudo make install

Note that in some cases the go module step will find versioning issues, CMake will identify this as failure and stop the build! If this happens simply rerun make and the build should finish as normal!

About

Building Golang project with CMake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 98.8%
  • Go 1.2%