From 8b599ef3665ebadb3a34010091e09e68cca904f6 Mon Sep 17 00:00:00 2001 From: icex2 Date: Tue, 6 Oct 2020 23:30:11 +0200 Subject: [PATCH] hook/nxa: Update dependencies accordingly for pumpnet changes --- cmake/src/main/hook/nxa/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/src/main/hook/nxa/CMakeLists.txt b/cmake/src/main/hook/nxa/CMakeLists.txt index 8f57a75..d6392a4 100644 --- a/cmake/src/main/hook/nxa/CMakeLists.txt +++ b/cmake/src/main/hook/nxa/CMakeLists.txt @@ -16,4 +16,4 @@ add_library(${PROJECT_NAME} SHARED ${SOURCE_FILES} ${HDD_RAW} ${DOG_KEY}) set_target_properties(${PROJECT_NAME} PROPERTIES LINK_FLAGS "-fPIC") set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "") -target_link_libraries(${PROJECT_NAME} asset-nxa crypt hook-core microdog40 patch ptapi-io-piuio-util util dl pthread) \ No newline at end of file +target_link_libraries(${PROJECT_NAME} asset-nxa crypt hook-core microdog40 asset-nxa patch ptapi-io-piuio-util pumpnet-lib util dl pthread curl) \ No newline at end of file