solidity/libevmasm/CMakeLists.txt
2017-08-18 13:32:35 +02:00

7 lines
193 B
CMake

file(GLOB sources "*.cpp")
file(GLOB headers "*.h")
add_library(evmasm ${sources} ${headers})
target_link_libraries(evmasm PUBLIC devcore jsoncpp)
target_include_directories(evmasm PUBLIC ..)