Skip to content

Commit

Permalink
Fix build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0xg0nz0 committed Mar 24, 2024
1 parent bc2057a commit 0a6d2d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ externalproject_add(curl
BUILD_COMMAND make -j ${NPROC}
INSTALL_COMMAND make install
UPDATE_COMMAND ""
BUILD_BYPRODUCTS ${CMAKE_BINARY_DIR}/curl/lib/libcurl.a
DEPENDS wolfssl
)

Expand Down Expand Up @@ -93,6 +94,7 @@ target_include_directories(iggy PRIVATE
${NGTCP2_INCLUDE_DIR}
${CURL_INCLUDE_DIR}
)
add_dependencies(iggy curl)
target_link_libraries(
iggy PRIVATE

Expand Down

0 comments on commit 0a6d2d3

Please sign in to comment.