Merge branch 'master' of gitlab.com:OancaAndrei/goldberg_emulator

This commit is contained in:
Mr_Goldberg 2020-04-29 10:09:19 -04:00
commit d71ce908f5
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
3 changed files with 575 additions and 2 deletions

View file

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