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 32d61bd commit c290dc0Copy full SHA for c290dc0
behavior_tests/src/cmake_dpct_helper_add_mkl_to_target/CMakeLists.txt
@@ -26,4 +26,6 @@ set(CUDA_SOURCES
26
27
add_executable(app.run ${CUDA_SOURCES})
28
29
+target_link_directories(app.run BEFORE PUBLIC $ENV{TBBROOT}/lib)
30
+target_link_directories(app.run BEFORE PUBLIC $ENV{TBBROOT}/$ENV{TBBVER}/tbb/$ENV{TBB_MAJORVER}/lib)
31
dpct_helper_add_mkl_to_target(app.run)
0 commit comments