mirror of
https://github.com/lemire/fast_double_parser.git
synced 2025-04-03 20:04:57 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
fa50da4ffb
commit
2cc127528c
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ target_link_libraries(unit PUBLIC fast_double_parser)
|
|||
enable_testing()
|
||||
add_test(unit unit)
|
||||
|
||||
option(FAST_DOUBLE_BENCHMARKS "Sanitize addresses" OFF)
|
||||
option(FAST_DOUBLE_BENCHMARKS "include benchmarks" OFF)
|
||||
|
||||
|
||||
|
||||
|
@ -68,4 +68,4 @@ if(FAST_DOUBLE_BENCHMARKS)
|
|||
add_executable(benchmark ${benchmark_src})
|
||||
target_link_libraries(benchmark PUBLIC double-conversion absl_strings)
|
||||
target_include_directories(benchmark PUBLIC include)
|
||||
endif(FAST_DOUBLE_BENCHMARKS)
|
||||
endif(FAST_DOUBLE_BENCHMARKS)
|
||||
|
|
Loading…
Add table
Reference in a new issue