diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 000000000..00ade4305 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,4 @@ + +project(evmjit) + +add_subdirectory(libevmjit) \ No newline at end of file