mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Break off contract tests.
This commit is contained in:
parent
765f303688
commit
f2088278aa
@ -33,6 +33,7 @@ endif()
|
||||
|
||||
if (SOLIDITY)
|
||||
add_subdirectory(libsolidity)
|
||||
add_subdirectory(contracts)
|
||||
endif ()
|
||||
if (JSONRPC)
|
||||
add_subdirectory(libweb3jsonrpc)
|
||||
|
5
contracts/CMakeLists.txt
Normal file
5
contracts/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
cmake_policy(SET CMP0015 NEW)
|
||||
|
||||
aux_source_directory(. SRCS)
|
||||
|
||||
add_sources(${SRCS})
|
Loading…
Reference in New Issue
Block a user