solidity/libevmasm/CMakeLists.txt
2018-04-20 20:37:26 +01:00

6 lines
140 B
CMake

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