karalabe / xgo

Go CGO cross compiler
MIT License
2.14k stars 280 forks source link

cmake support for --deps #146

Open kivutar opened 5 years ago

kivutar commented 5 years ago

I would like to use xgo to compile this project https://github.com/libretro/ludo for Raspberry Pi and maybe later mobile platforms.

There are two C dependencies, both based on cmake:

Having cmake support on xgo would help me a lot, as I wasnt' able to automate cross compilation of this project on travis using traditional methods yet.