aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-04-29 21:10:22 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-08-16 19:27:40 +0100
commitae7b39a0e106d798b6e9cc03ee783d9081e41480 (patch)
tree7abf4e117f43bc90345aa6774c20be555281bdea /src
parent6480e1dcdb03f43ce3d0aad96b8668d017d11750 (diff)
downloadbitcoin-ae7b39a0e106d798b6e9cc03ee783d9081e41480.tar.xz
cmake: Add `libminiupnpc` optional package support
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 75eb01400c..1f0b09e2c5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -269,6 +269,7 @@ target_link_libraries(bitcoin_node
$<TARGET_NAME_IF_EXISTS:libevent::libevent>
$<TARGET_NAME_IF_EXISTS:libevent::pthreads>
$<TARGET_NAME_IF_EXISTS:NATPMP::NATPMP>
+ $<TARGET_NAME_IF_EXISTS:MiniUPnPc::MiniUPnPc>
)