feat(linear-static-3d-euler-beam): step 17 - parallel-for-tbb
This commit is contained in:
@@ -5,6 +5,7 @@ add_executable(
|
||||
unit/build_info_test.cpp
|
||||
unit/analysis/analysis_model_test.cpp
|
||||
unit/analysis/analysis_state_test.cpp
|
||||
unit/assembly/parallel_for_test.cpp
|
||||
unit/core/diagnostic_test.cpp
|
||||
unit/core/source_identity_test.cpp
|
||||
unit/core/status_test.cpp
|
||||
@@ -45,6 +46,9 @@ if(WIN32)
|
||||
add_custom_command(
|
||||
TARGET fesa_unit_tests
|
||||
POST_BUILD
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_if_different
|
||||
"$<TARGET_FILE:TBB::tbb>"
|
||||
"$<TARGET_FILE_DIR:fesa_unit_tests>"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_if_different
|
||||
"$<TARGET_FILE:MKL::mkl_intel_thread>"
|
||||
"$<TARGET_FILE_DIR:fesa_unit_tests>"
|
||||
|
||||
Reference in New Issue
Block a user