mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
add headers to cmake
This commit is contained in:
parent
15b524abc6
commit
1e29956b58
@ -6,7 +6,8 @@ include_directories(..)
|
||||
link_directories(../libethcore)
|
||||
link_directories(../libethereum)
|
||||
|
||||
add_executable(testeth ${SRC_LIST})
|
||||
file(GLOB HEADERS "*.h")
|
||||
add_executable(testeth ${SRC_LIST} ${HEADERS})
|
||||
|
||||
target_link_libraries(testeth ethereum)
|
||||
target_link_libraries(testeth ethcore)
|
||||
|
Loading…
Reference in New Issue
Block a user