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