From 7116970fc2301fe6336079e89e415ced124dc35e Mon Sep 17 00:00:00 2001 From: Paulchen-Panther <16664240+Paulchen-Panther@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:47:21 +0100 Subject: [PATCH] fast windows fix --- libsrc/mdns/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/mdns/CMakeLists.txt b/libsrc/mdns/CMakeLists.txt index 4fdd5ed5..3d78bc8e 100644 --- a/libsrc/mdns/CMakeLists.txt +++ b/libsrc/mdns/CMakeLists.txt @@ -11,6 +11,7 @@ include_directories(${QMDNS_INCLUDE_DIR}) target_link_libraries(mdns hyperion-utils ${QMDNS_LIBRARIES} +$<$:bcrypt.lib> ) target_include_directories(mdns PUBLIC ${QMDNS_INCLUDE_DIR})