solidity/libevmasm/CMakeLists.txt
2017-09-26 22:44:57 +02:00

6 lines
148 B
CMake

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