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

@@ -4,7 +4,8 @@
// [License]
// Zlib - See LICENSE.md file in the package.
#include "./asmjit.h"
#include <asmjit/asmjit.h>
#include "./broken.h"
using namespace asmjit;