xbyak: Correct xbyak include directory

xbyak is intended to be installed in /usr/local/include/xbyak.
Since we desire not to install xbyak before using it, we copy the headers
to the appropriate directory structure and use that instead
This commit is contained in:
Merry 2021-08-07 15:13:38 +01:00
parent 31cefb22a0
commit 07b5734fb0
15 changed files with 18 additions and 16 deletions

View file

@ -7,7 +7,7 @@
#include <utility>
#include <catch.hpp>
#include <xbyak_util.h>
#include <xbyak/xbyak_util.h>
TEST_CASE("Host CPU supports", "[a64]") {
Xbyak::util::Cpu cpu_info;