Include nested headers.

This commit is contained in:
chriseth
2016-06-03 11:40:11 +02:00
parent 7dab890278
commit e54bd615bb
+1 -1
View File
@@ -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})