Build: Add unicorn as a submodule and build it if needed

Adds a cmake custom target that will build unicorn on first compile and
uses this in the build scripts as well. Updates Appveyor and Travis
build scripts to work with the new unicorn build, and updates the paths
to all of the different artifacts.
This commit is contained in:
James Rowe 2018-01-15 20:53:53 -07:00
parent 713c1ed203
commit e026b66bbb
8 changed files with 42 additions and 27 deletions

3
.gitmodules vendored
View file

@ -19,3 +19,6 @@
[submodule "lz4"]
path = externals/lz4
url = http://github.com/lz4/lz4.git
[submodule "unicorn"]
path = externals/unicorn
url = https://github.com/yuzu-emu/unicorn