0
0
mirror of https://github.com/wolfpld/tracy.git synced 2026-01-18 17:11:26 +01:00
This commit is contained in:
Timo Suoranta
2024-07-26 11:24:20 +03:00
parent 684cee59ab
commit 0aa025c0d9

View File

@@ -38,7 +38,7 @@ target_link_libraries(
)
# Public dependency on some libraries required when using Mingw
if(WIN32 AND ${CMAKE_CXX_COMPILER_ID} MATCHES "GNU")
if(WIN32 AND ${CMAKE_CXX_COMPILER_ID} MATCHES "GNU|Clang")
target_link_libraries(TracyClient PUBLIC ws2_32 dbghelp)
endif()