From 8944b092f8de074ec2c98434cb4c76d804146bd6 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 14 Nov 2016 21:35:24 +0100 Subject: Multi-level swarm hash. --- test/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e67a04d4..33af9981 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,9 +1,10 @@ cmake_policy(SET CMP0015 NEW) aux_source_directory(. SRC_LIST) -aux_source_directory(contracts SRC_LIST) -aux_source_directory(libsolidity SRC_LIST) +aux_source_directory(libdevcore SRC_LIST) aux_source_directory(libevmasm SRC_LIST) +aux_source_directory(libsolidity SRC_LIST) +aux_source_directory(contracts SRC_LIST) get_filename_component(TESTS_DIR "${CMAKE_CURRENT_SOURCE_DIR}" ABSOLUTE) -- cgit