Build the cmake module for our runtime as xtask, part 2

This is done by calling cargo with json output to build the libraries,
collect the .a files, extract the native libraries needed for final
linkage and pass all that to a CMake project that cobbles together the
.a files into a propery cmake target with include paths, etc.
This commit is contained in:
Simon Hausmann 2020-06-03 17:35:05 +02:00
parent 8a2a7ae8cb
commit c5001703d4
5 changed files with 292 additions and 24 deletions

View file

@ -0,0 +1 @@
/* Dummy file to make cmake happy */