From 1940c9a362b27f74e52bf28c82c7d9aa9b9e263e Mon Sep 17 00:00:00 2001 From: rainbeam Date: Sun, 1 May 2016 00:42:49 +0100 Subject: wrap soltest add_executable Allows static linking. --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 28b9972e..9d958b16 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -42,7 +42,7 @@ endforeach(file) file(GLOB HEADERS "*.h") set(EXECUTABLE soltest) -add_executable(${EXECUTABLE} ${SRC_LIST} ${HEADERS}) +eth_simple_add_executable(${EXECUTABLE} ${SRC_LIST} ${HEADERS}) eth_use(${EXECUTABLE} REQUIRED Solidity::solidity Eth::ethereum Eth::ethcore) -- cgit