Skip to content

Commit

Permalink
plz work 😿
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr committed Feb 11, 2025
1 parent 339f7b8 commit ee9d6b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rerun_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ if(APPLE)
elseif(UNIX) # if(LINUX) # CMake 3.25
target_link_libraries(rerun_c INTERFACE "-lm -ldl -pthread")
elseif(WIN32)
target_link_options(rerun_c PRIVATE "/NODEFAULTLIB:MSVCRT")
target_link_libraries(rerun_c INTERFACE ws2_32.dll Bcrypt.dll Userenv.dll ntdll.dll)
endif()

Expand Down

0 comments on commit ee9d6b4

Please sign in to comment.