Przeglądaj źródła

client/CMakeLists.txt: make sure we link to threadwork

ambrop7 13 lat temu
rodzic
commit
e458ccc1ef
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      client/CMakeLists.txt

+ 1 - 1
client/CMakeLists.txt

@@ -17,7 +17,7 @@ add_executable(badvpn-client
     SimpleStreamBuffer.c
     SinglePacketSource.c
 )
-target_link_libraries(badvpn-client system flow flowextra tuntap server_conection security ${NSPR_LIBRARIES} ${NSS_LIBRARIES})
+target_link_libraries(badvpn-client system flow flowextra tuntap server_conection security threadwork ${NSPR_LIBRARIES} ${NSS_LIBRARIES})
 
 install(
     TARGETS badvpn-client