CMake Support
It would be great if dependencies using CMake were supported.
I would like to crosscompile git2go, which has libgit2 (which uses CMake) as a dependency.
+1, same case as above - I'm trying to cross compile a program with libgit2 statically linked.
CMake support would be really appreciated!
#63
I'd gladly accept PRs ;)
I tried it, but I can't seem to make it work. I cloned the repo and changed the process in build-debs.sh to use cmake. I have really no idea how to create the docker images myself. Every time I tried it, it would still pull the images from the docker repo and thus ignoring my changes D:
If you could tell me how to properly test a new implementation without it pulling images from docker's repo I would try to implement it but I couldn't find any resources for it...
I'm trying to cross compile git2go as well. I was able to successfully build a small test project that uses git2go to both linux and windows from my mac by setting up modified docker containers that include a cross compiled version of libgit2. I laid out the commands here: https://github.com/jallwine/xgo-git2go-docker-image
It's a starting point.