mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
7 lines
234 B
CMake
7 lines
234 B
CMake
# 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)
|