mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
add mingw-w64 support
This commit is contained in:
7
external/tracy/CMakeLists.txt
vendored
7
external/tracy/CMakeLists.txt
vendored
@ -19,10 +19,11 @@ endif()
|
||||
|
||||
target_include_directories(tracy_client PUBLIC "${CMAKE_CURRENT_LIST_DIR}")
|
||||
|
||||
#target_link_libraries(tracy_client
|
||||
#)
|
||||
|
||||
if(UNIX)
|
||||
target_link_libraries(tracy_client dl)
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(tracy_client ws2_32 dbghelp)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user