fix boost error on build-macos

This commit is contained in:
preland 2024-01-21 21:25:01 -06:00
parent c029853118
commit 7088aed89d

View file

@ -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