Skip to content

Commit

Permalink
Fix build on Win
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor committed Dec 3, 2024
1 parent ffcc5ff commit b0d3b16
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/plugins/intel_cpu/tests/unit/vectorized/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ else()
${CMAKE_CURRENT_SOURCE_DIR}/stub.cpp)
endif()

if (ENABLE_MLAS_FOR_CPU)
set(MLAS_LIBRARY "mlas")
endif()

if (ENABLE_SHL_FOR_CPU)
set(SHL_LIBRARY "shl")
endif()

ov_add_test_target(
NAME ${TARGET_NAME}
Expand Down

0 comments on commit b0d3b16

Please sign in to comment.