xgo icon indicating copy to clipboard operation
xgo copied to clipboard

cmake support for --deps

Open kivutar opened this issue 5 years ago • 0 comments

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:

  • https://github.com/kcat/openal-soft
  • https://github.com/glfw/glfw

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.

kivutar avatar Dec 23 '18 06:12 kivutar