Skip to content

Commit

Permalink
desperate attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
aklomp committed Jan 9, 2024
1 parent 45ef09a commit aa7042e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/CMakeLists.txt
Expand Up @@ -40,3 +40,7 @@ add_base64_test(benchmark
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
target_link_libraries(benchmark PRIVATE rt)
endif()

if(CMAKE_C_COMPILER_ID STREQUAL "Clang" AND WIN32)
target_link_libraries(benchmark PRIVATE ucrt)
endif()

0 comments on commit aa7042e

Please sign in to comment.