We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176bca9 commit 7dd2993Copy full SHA for 7dd2993
multipy/runtime/interpreter/CMakeLists.txt
@@ -80,5 +80,6 @@ target_include_directories(torch_deployinterpreter PRIVATE ${INTERPRETER_DIR})
80
target_include_directories(torch_deployinterpreter BEFORE PUBLIC ${Python3_INCLUDE_DIRS})
81
82
target_link_libraries(torch_deployinterpreter PRIVATE fmt::fmt-header-only)
83
+target_link_libraries(torch_deployinterpreter PRIVATE gtest)
84
target_link_libraries(torch_deployinterpreter PRIVATE torch_python)
85
target_link_libraries(torch_deployinterpreter PRIVATE multipy_torch)
0 commit comments