We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a10c2c commit b11de06Copy full SHA for b11de06
benchmark/CMakeLists.txt
@@ -17,7 +17,7 @@ function(add_benchmark NAME)
17
message(AUTHOR_WARNING "add_benchmark: extra arguments ignored: ${__UNPARSED_ARGUMENTS}")
18
endif()
19
20
- set(SOURCE ${NAME})
+ set(SOURCE ${NAME}.cpp)
21
set(NAME benchmark_${NAME})
22
23
if(DEFINED BUILD_TESTING AND NOT BUILD_TESTING)
0 commit comments