aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/CMakeLists.txt
blob: a88d16b8c06ef170fc6ccf89684033a4af9a4dd4 (plain) (blame)
1
2
3
4
5
6
# Until we have a clear separation, libjulia has to be included here
file(GLOB_RECURSE sources "*.cpp" "../libjulia/*.cpp")
file(GLOB_RECURSE headers "*.h" "../libjulia/*.h")

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