aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/CMakeLists.txt
blob: 5c945c7d46887bdc3ec886db10ad58ca84e8727e (plain) (blame)
1
2
3
4
5
file(GLOB sources "*.cpp")
file(GLOB headers "*.h")

add_library(evmasm ${sources} ${headers})
target_link_libraries(evmasm PUBLIC devcore jsoncpp)