fix(assembly): stage benchmark TBB runtime
This commit is contained in:
@@ -76,6 +76,13 @@ if(BUILD_TESTING)
|
|||||||
target_compile_options(
|
target_compile_options(
|
||||||
fesa_assembly_benchmark PRIVATE /W4 /permissive- /EHsc
|
fesa_assembly_benchmark PRIVATE /W4 /permissive- /EHsc
|
||||||
)
|
)
|
||||||
|
add_custom_command(
|
||||||
|
TARGET fesa_assembly_benchmark
|
||||||
|
POST_BUILD
|
||||||
|
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||||
|
"$<TARGET_FILE:TBB::tbb>"
|
||||||
|
"$<TARGET_FILE_DIR:fesa_assembly_benchmark>"
|
||||||
|
)
|
||||||
|
|
||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user