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 1695362 commit 112d868Copy full SHA for 112d868
source/benchmarks/CMakeMacrosAddBenchmark.cmake
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (C) 2022-2023 Intel Corporation
+# Copyright (C) 2022-2025 Intel Corporation
3
4
# SPDX-License-Identifier: MIT
5
@@ -45,6 +45,7 @@ function (add_benchmark_for_api BASE_TARGET_NAME APPEND_API_TO_TARGET_NAME REGIS
45
if (APPEND_API_TO_TARGET_NAME)
46
string(APPEND TARGET_NAME "_${APIS}")
47
endif()
48
+ set(BENCHMARK_LIST "${BENCHMARK_LIST};${TARGET_NAME}" CACHE STRING "Benchmark target list" FORCE)
49
50
# Log benchmark name
51
if (LOG_BENCHMARK_TARGETS)
0 commit comments