diff --git a/src/i2pd/CMakeLists.txt b/src/i2pd/CMakeLists.txt index ab402399de..2c0f70a2b8 100644 --- a/src/i2pd/CMakeLists.txt +++ b/src/i2pd/CMakeLists.txt @@ -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