63372e4a
b9d7387e
ffd440cc
1 2
3
4
5
file(GLOB sources "*.cpp") file(GLOB headers "*.h") add_library(evmasm ${sources} ${headers}) target_link_libraries(evmasm PUBLIC jsoncpp devcore)