mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
cdd8c72c9d
Also remove header file lists, as there is no need to add them to add_library() or add_executable(), which should lower maintenance of the cmake files.
10 lines
155 B
CMake
10 lines
155 B
CMake
set(sources
|
|
CodeFragment.cpp
|
|
Compiler.cpp
|
|
CompilerState.cpp
|
|
Parser.cpp
|
|
)
|
|
|
|
add_library(lll ${sources})
|
|
target_link_libraries(lll PUBLIC evmasm devcore)
|