فهرست منبع

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

ambrop7 13 سال پیش
والد
کامیت
e458ccc1ef
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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