aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/CMakeLists.txt
blob: 86192c1ba0d569edd14b3259a7df14eba9263e77 (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)