aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f1dcacaf..69cbe0cc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,6 +23,10 @@ include(EthExecutableHelper)
# Include utils
include(EthUtils)
+include(EthOptions)
+configure_project()
+print_config()
+
add_subdirectory(libsolidity)
add_subdirectory(solc)
add_subdirectory(test)