aboutsummaryrefslogtreecommitdiffstats
path: root/liblangutil/CMakeLists.txt
blob: 722ca840ef521a34e4cc68d8ab4df86c8f4beb8f (plain) (blame)
1
2
3
4
5
6
# Solidity Commons Library (Solidity related sharing bits between libsolidity and libyul)
file(GLOB sources "*.cpp")
file(GLOB headers "*.h")

add_library(langutil ${sources} ${headers})
target_link_libraries(langutil PUBLIC devcore)