Skip to content

Commit

Permalink
now maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr committed Feb 11, 2025
1 parent 5181d4d commit 24bcbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rerun_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ elseif(UNIX) # if(LINUX) # CMake 3.25
target_link_libraries(rerun_c INTERFACE "-lm -ldl -pthread")
elseif(WIN32)
target_link_options(rerun_c INTERFACE "/NODEFAULTLIB:MSVCRT")
target_link_libraries(rerun_c INTERFACE ws2_32.dll Bcrypt.dll Userenv.dll ntdll.dll)
target_link_libraries(rerun_c INTERFACE ws2_32.dll Bcrypt.dll Userenv.dll ntdll.dll Crypt32)
endif()

target_link_libraries(rerun_sdk PRIVATE rerun_c)
Expand Down

0 comments on commit 24bcbb3

Please sign in to comment.