2017-08-16 11:29:46 +00:00
|
|
|
file(GLOB sources "*.cpp")
|
|
|
|
file(GLOB headers "*.h")
|
2015-04-24 15:35:16 +00:00
|
|
|
|
2017-08-16 11:29:46 +00:00
|
|
|
add_library(evmasm ${sources} ${headers})
|
2017-09-26 20:44:57 +00:00
|
|
|
target_link_libraries(evmasm PUBLIC jsoncpp devcore)
|