Skip to content

Commit

Permalink
[Build] Fix CMake builds with chiabls/relic includes
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Sep 19, 2021
1 parent b20679a commit e0572cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ target_include_directories(WALLET_A PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src
${CMAKE_CURRENT_SOURCE_DIR}/src/secp256k1/include
${CMAKE_CURRENT_SOURCE_DIR}/src/univalue/include
${CMAKE_CURRENT_SOURCE_DIR}/src/leveldb/include
${CMAKE_CURRENT_SOURCE_DIR}/src/chiabls/src
${relic_SOURCE_DIR}/include
${relic_BINARY_DIR}/include
${BerkeleyDB_INCLUDE_DIRS}
)

Expand Down
3 changes: 3 additions & 0 deletions src/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ target_include_directories(qt_stuff PUBLIC ${CMAKE_SOURCE_DIR}/src
${CMAKE_SOURCE_DIR}/src/leveldb/include
${CMAKE_SOURCE_DIR}/src/univalue/include
${CMAKE_SOURCE_DIR}/src/secp256k1/include
${CMAKE_SOURCE_DIR}/src/chiabls/src
${relic_SOURCE_DIR}/include
${relic_BINARY_DIR}/include
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/pivx
${CMAKE_CURRENT_SOURCE_DIR}/pivx/settings
Expand Down

0 comments on commit e0572cc

Please sign in to comment.