Skip to content

Commit

Permalink
[Build] CMake: add immer headers
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Apr 20, 2021
1 parent e067443 commit 3f74c88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -173,6 +173,7 @@ file(GLOB CONSENSUS_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/src/consensus/*.h)
file(GLOB CTAES_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/src/crypto/ctaes/*.h)
file(GLOB ZRUST_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/src/rust/include/*.h)
file(GLOB SAPLING_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/src/sapling/*.h)
file(GLOB IMMER_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/src/immer/*.h)
file(GLOB EVO_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/src/evo/*.h)

source_group("BitcoinHeaders" FILES
Expand All @@ -187,6 +188,7 @@ source_group("BitcoinHeaders" FILES
${CTAES_HEADERS}
${ZRUST_HEADERS}
${SAPLING_HEADERS}
${IMMER_HEADERS}
${EVO_HEADERS}
./src/support/cleanse.h
)
Expand Down

0 comments on commit 3f74c88

Please sign in to comment.