mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add headers to targets in CMakeLists.txt.
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
set(sources
|
||||
CodeFragment.cpp
|
||||
CodeFragment.h
|
||||
Compiler.cpp
|
||||
Compiler.h
|
||||
CompilerState.cpp
|
||||
CompilerState.h
|
||||
Exceptions.h
|
||||
Parser.cpp
|
||||
Parser.h
|
||||
)
|
||||
|
||||
add_library(lll ${sources})
|
||||
|
||||
Reference in New Issue
Block a user