mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
15 lines
224 B
CMake
15 lines
224 B
CMake
set(sources
|
|
CodeFragment.cpp
|
|
CodeFragment.h
|
|
Compiler.cpp
|
|
Compiler.h
|
|
CompilerState.cpp
|
|
CompilerState.h
|
|
Exceptions.h
|
|
Parser.cpp
|
|
Parser.h
|
|
)
|
|
|
|
add_library(lll ${sources})
|
|
target_link_libraries(lll PUBLIC evmasm devcore)
|