mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-24 04:24:52 +08:00
saving...
This commit is contained in:
parent
a6685b2a98
commit
5304b3d611
@ -3,15 +3,15 @@ include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
counters
|
||||
GIT_REPOSITORY https://github.com/lemire/counters.git
|
||||
GIT_TAG v1.0.1
|
||||
GIT_TAG v1.0.4
|
||||
)
|
||||
|
||||
FetchContent_MakeAvailable(counters)
|
||||
|
||||
add_executable(realbenchmark benchmark.cpp)
|
||||
target_link_libraries(realbenchmark PRIVATE Counters::counters)
|
||||
target_link_libraries(realbenchmark PRIVATE counters::counters)
|
||||
add_executable(bench_ip bench_ip.cpp)
|
||||
target_link_libraries(bench_ip PRIVATE Counters::counters)
|
||||
target_link_libraries(bench_ip PRIVATE counters::counters)
|
||||
|
||||
set_property(
|
||||
TARGET realbenchmark
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user