Compare commits
2 Commits
5d109f5f06
...
97529fdd2b
Author | SHA1 | Date | |
---|---|---|---|
97529fdd2b | |||
e4d3b08bf2 |
@ -6,7 +6,7 @@ function(add_benchmark_suite source)
|
||||
string(REGEX REPLACE ".c$" "" name ${source})
|
||||
add_executable(${name} ${source})
|
||||
set_default_target_options(${name})
|
||||
target_link_libraries(${name} PRIVATE lib benchmarking)
|
||||
target_link_libraries(${name} PRIVATE lib benchmarking m)
|
||||
endfunction()
|
||||
|
||||
function(add_benchmark_suites)
|
||||
|
Loading…
x
Reference in New Issue
Block a user