Skip to content

Commit e1a1825

Browse files
author
AndreySorokin7
committed
fix
1 parent 40a343b commit e1a1825

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ file(GLOB_RECURSE TEST_SRC_FILES ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
22

33
add_executable(run_test ${TEST_SRC_FILES})
44

5+
target_link_libraries(run_test PUBLIC OpenMP::OpenMP_CXX)
56
target_link_libraries(run_test PUBLIC perf_lib layers_lib layers_oneDNN_lib)
67
target_link_libraries(run_test PUBLIC gtest)
78
target_link_libraries(run_test PUBLIC ReadLib)

0 commit comments

Comments
 (0)