mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
add missing dependencies for BuildInfo.h in libwebthree and solc
This commit is contained in:
parent
ffb7d94035
commit
66e0e6028f
@ -13,6 +13,8 @@ set(EXECUTABLE solc)
|
||||
file(GLOB HEADERS "*.h")
|
||||
add_executable(${EXECUTABLE} ${SRC_LIST} ${HEADERS})
|
||||
|
||||
add_dependencies(${EXECUTABLE} BuildInfo.h)
|
||||
|
||||
target_link_libraries(${EXECUTABLE} ${Boost_FILESYSTEM_LIBRARIES})
|
||||
target_link_libraries(${EXECUTABLE} ${Boost_PROGRAM_OPTIONS_LIBRARIES})
|
||||
target_link_libraries(${EXECUTABLE} solidity)
|
||||
|
Loading…
Reference in New Issue
Block a user