Fix copypasta.

This commit is contained in:
Bartosz Taudul 2024-03-17 13:59:58 +01:00
parent 25898a9c7a
commit f523521831
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -38,5 +38,5 @@ if(UNIX)
endif()
if(WIN32)
target_link_libraries(${PROJECT_NAME} PRIVATE ws2_32)
target_link_libraries(TracyServer PRIVATE ws2_32)
endif()