mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 17:39:54 +00:00
fix boost error on build-macos
This commit is contained in:
parent
c029853118
commit
7088aed89d
1 changed files with 3 additions and 0 deletions
|
@ -4,11 +4,14 @@ add_library(i2p STATIC
|
|||
|
||||
find_package(ZLIB REQUIRED)
|
||||
|
||||
find_package(Boost REQUIRED)
|
||||
|
||||
target_include_directories(i2p
|
||||
PRIVATE
|
||||
"../../external/i2pd/libi2pd"
|
||||
"../../external/i2pd/libi2pd_client"
|
||||
"../../external/i2pd/i18n"
|
||||
${Boost_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
target_link_libraries(i2p
|
||||
|
|
Loading…
Reference in a new issue