mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
Build improvements (improved CMakeLists.txt, added proper support for testing)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user