Fix Linux build.

This commit is contained in:
gion 2020-01-10 14:35:36 +01:00
parent 1ef69bec74
commit a0447b930f
2 changed files with 3 additions and 2 deletions

View file

@ -230,6 +230,7 @@ target_link_libraries(${BIN_LOBBY_CONNECT}
$<$<BOOL:${WIN32}>:ws2_32>
$<$<BOOL:${WIN32}>:iphlpapi>
$<$<BOOL:${WIN32}>:comdlg32>
${CMAKE_DL_LIBS}
-debug:none
)