File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ function(runcmd)
19
19
set (${RUNCMD_VARIABLE} ${${RUNCMD_VARIABLE}} PARENT_SCOPE )
20
20
endfunction (runcmd )
21
21
22
- function (swift_benchmark_library objfile_out sibfile_out )
22
+ function (add_swift_benchmark_library objfile_out sibfile_out )
23
23
cmake_parse_arguments (BENCHLIB "" "MODULE_PATH;SOURCE_DIR;OBJECT_DIR" "SOURCES;LIBRARY_FLAGS" ${ARGN} )
24
24
25
25
precondition (BENCHLIB_MODULE_PATH )
@@ -126,7 +126,7 @@ function (swift_benchmark_compile_archopts)
126
126
127
127
set (objfile_out )
128
128
set (sibfile_out )
129
- swift_benchmark_library (objfile_out sibfile_out
129
+ add_swift_benchmark_library (objfile_out sibfile_out
130
130
MODULE_PATH "${module_name_path} "
131
131
SOURCE_DIR "${srcdir} "
132
132
OBJECT_DIR "${objdir} "
@@ -143,7 +143,7 @@ function (swift_benchmark_compile_archopts)
143
143
foreach (module_name_path ${BENCH_LIBRARY_MODULES} )
144
144
set (sources "${srcdir} /${module_name_path} .swift" )
145
145
146
- swift_benchmark_library (objfile_out sibfile_out
146
+ add_swift_benchmark_library (objfile_out sibfile_out
147
147
MODULE_PATH "${module_name_path} "
148
148
SOURCE_DIR "${srcdir} "
149
149
OBJECT_DIR "${objdir} "
You can’t perform that action at this time.
0 commit comments