solidity/libevmasm/CMakeLists.txt

6 lines
148 B
CMake
Raw Normal View History

2017-08-16 11:29:46 +00:00
file(GLOB sources "*.cpp")
file(GLOB headers "*.h")
2017-08-16 11:29:46 +00:00
add_library(evmasm ${sources} ${headers})
target_link_libraries(evmasm PUBLIC devcore jsoncpp)