diff options
author | chriseth <c@ethdev.com> | 2016-06-02 22:39:17 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-06-03 17:40:11 +0800 |
commit | e54bd615bb2aff0fe1fd65522d906cac61b1b3d4 (patch) | |
tree | f4176d937146e8a152e412188054df1dc89630ec /test/CMakeLists.txt | |
parent | 7dab8902789b15190e39d4fed0bc46418f1ace5e (diff) | |
download | dexon-solidity-e54bd615bb2aff0fe1fd65522d906cac61b1b3d4.tar.gz dexon-solidity-e54bd615bb2aff0fe1fd65522d906cac61b1b3d4.tar.zst dexon-solidity-e54bd615bb2aff0fe1fd65522d906cac61b1b3d4.zip |
Include nested headers.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 9d958b16..ed53ce59 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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}) |