Skip to content

Commit 643e10e

Browse files
committed
Update
[ghstack-poisoned]
1 parent 9437be1 commit 643e10e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/executorch-config.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ set(lib_list
6767
portable_ops_lib
6868
extension_module
6969
extension_module_static
70+
extension_parallel
7071
extension_runner_util
7172
extension_tensor
7273
extension_threadpool
@@ -114,3 +115,7 @@ foreach(lib ${lib_list})
114115
list(APPEND EXECUTORCH_LIBRARIES ${lib})
115116
endif()
116117
endforeach()
118+
119+
# TODO: investigate use of install(EXPORT) to cleanly handle
120+
# target_compile_options/target_compile_definitions for everything.
121+
target_link_libraries(cpublas INTERFACE extension_parallel)

0 commit comments

Comments
 (0)