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

@@ -8,10 +8,10 @@
// disassembled in your IDE or by your favorite disassembler. Instructions
// are grouped by category and then sorted alphabetically.
#include <asmjit/x86.h>
#include <stdio.h>
#include <stdlib.h>
#include "./asmjit.h"
#include "./asmjit_test_opcode.h"
using namespace asmjit;