Skip to content

Commit

Permalink
fix boost error on build-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
preland committed Jan 22, 2024
1 parent c029853 commit 7088aed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/i2pd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7088aed

Please sign in to comment.