aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/CMakeLists.txt
blob: ebd09c5fda7be82b6bf96b1bb3df01abc62fa4dd (plain) (blame)
1
2
3
4
5
6
7
# 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 PRIVATE ${Boost_REGEX_LIBRARIES})
target_include_directories(solidity PUBLIC ..)