mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #625 from chriseth/fixheaders
Include nested headers.
This commit is contained in:
commit
602bcd3893
@ -40,7 +40,7 @@ foreach(file ${SRC_LIST})
|
||||
endforeach(test_raw)
|
||||
endforeach(file)
|
||||
|
||||
file(GLOB HEADERS "*.h")
|
||||
file(GLOB HEADERS "*.h" "*/*.h")
|
||||
set(EXECUTABLE soltest)
|
||||
eth_simple_add_executable(${EXECUTABLE} ${SRC_LIST} ${HEADERS})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user