1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Update CI.

Co-authored-by: Tom Atkinson <tja.atkinson@gmail.com>
This commit is contained in:
Bartosz Taudul
2024-03-21 23:01:21 +01:00
parent 8b8cd7d28b
commit aac38a7deb
8 changed files with 124 additions and 137 deletions
-4
View File
@@ -36,7 +36,3 @@ endif()
if(UNIX AND NOT APPLE AND NOT EMSCRIPTEN)
target_link_libraries(TracyServer PRIVATE TracyTbb)
endif()
if(WIN32)
target_link_libraries(TracyServer PRIVATE ws2_32)
endif()