Build improvements (improved CMakeLists.txt, added proper support for testing)

This commit is contained in:
kobalicek
2020-05-01 12:20:42 +02:00
parent 9057aa30b6
commit fc7eed5304
12 changed files with 84 additions and 71 deletions

View File

@@ -7,7 +7,7 @@
#ifndef _ASMJIT_TEST_OPCODE_H
#define _ASMJIT_TEST_OPCODE_H
#include "./asmjit.h"
#include <asmjit/x86.h>
namespace asmtest {