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 3158de5 commit c1936e1Copy full SHA for c1936e1
extension/llm/custom_ops/CMakeLists.txt
@@ -53,10 +53,8 @@ else()
53
list(APPEND custom_ops_libs extension_threadpool xnnpack_backend)
54
endif()
55
56
-message(INFO, "LUCY custom ops srcs: ${_custom_ops__srcs}")
57
add_library(custom_ops ${_custom_ops__srcs})
58
59
-message(INFO, "LUCY common include dirs ${_common_include_directories}")
60
target_include_directories(custom_ops PUBLIC "${_common_include_directories}")
61
target_include_directories(
62
custom_ops PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/../../../include"
0 commit comments