Break off contract tests.

This commit is contained in:
chriseth
2015-08-04 16:31:39 +02:00
parent 765f303688
commit f2088278aa
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ endif()
if (SOLIDITY)
add_subdirectory(libsolidity)
add_subdirectory(contracts)
endif ()
if (JSONRPC)
add_subdirectory(libweb3jsonrpc)
+5
View File
@@ -0,0 +1,5 @@
cmake_policy(SET CMP0015 NEW)
aux_source_directory(. SRCS)
add_sources(${SRCS})