File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ project(SGProcessingManager
99
1010include (cmake/functions.cmake )
1111
12+ set (libp2p_INCLUDE_DIR "${_THIRDPARTY_BUILD_DIR} /libp2p/include" )
13+
1214#add_subdirectory(generated)
1315add_subdirectory (src )
1416
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ target_link_libraries(
1919 spdlog::spdlog
2020 sgprocmanagerlogger
2121 sgprocmanagersha
22+ sgprocmanagertypes
2223 AsyncIOManager
2324 SGProcessors
2425 DataSplitter
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ target_link_libraries(
2323 nlohmann_json::nlohmann_json
2424 spdlog::spdlog
2525 sgprocmanagerlogger
26+ sgprocmanagertypes
2627 MNN::MNN
2728 Vulkan::Vulkan
2829 OpenSSL::Crypto
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ add_library(sgprocmanagertypes
3434 ../../include/util/InputTypes.hpp
3535 )
3636
37+ message (WARNING "LIBP2P DIR ${libp2p_INCLUDE_DIR} " )
3738target_include_directories (sgprocmanagertypes PUBLIC
3839 $<BUILD_INTERFACE :${CMAKE_CURRENT_SOURCE_DIR} /../../include >
3940 $<BUILD_INTERFACE :${CMAKE_CURRENT_SOURCE_DIR} /../../generated >
You can’t perform that action at this time.
0 commit comments