Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored May 6, 2024
1 parent f0a089b commit 75de1ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ else(MSVC)
add_executable(benchmark benchmark.c)
add_executable(lemirebenchmark benchmark.c)

target_link_libraries(benchmark PUBLIC cbitset )
target_link_libraries(lemirebenchmark PUBLIC cbitset )
endif(MSVC)
target_link_libraries(benchmark PUBLIC cbitset)
target_link_libraries(lemirebenchmark PUBLIC cbitset)
endif(MSVC)

0 comments on commit 75de1ed

Please sign in to comment.