From 5f61bdcca084241dc09933692cbb65a579ced139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 2 Dec 2014 16:55:45 +0100 Subject: [PATCH] Starting cmake scripts --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CMakeLists.txt 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