Skip to content

Commit 80674ef

Browse files
committed
one requires executorch
1 parent 1eb13d3 commit 80674ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernels/prim_ops/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ include(${EXECUTORCH_ROOT}/tools/cmake/Test.cmake)
2020

2121
set(_test_srcs prim_ops_test.cpp)
2222

23-
et_cxx_test(kernels_prim_ops_test SOURCES ${_test_srcs})
23+
et_cxx_test(kernels_prim_ops_test SOURCES ${_test_srcs} EXTRA_LIBS executorch)

0 commit comments

Comments
 (0)