Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion tools/cmake/executorch-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ endif()
if(TARGET coremldelegate)
set_target_properties(
coremldelegate PROPERTIES INTERFACE_LINK_LIBRARIES
"coreml_inmemoryfs;coreml_util"
"coreml_inmemoryfs;coreml_util"
)
endif()

Expand All @@ -167,4 +167,8 @@ if(TARGET optimized_native_cpu_ops_lib)
endif()
if(TARGET extension_threadpool)
target_compile_definitions(extension_threadpool INTERFACE ET_USE_THREADPOOL)
set_target_properties(
extension_threadpool PROPERTIES INTERFACE_LINK_LIBRARIES
"cpuinfo;pthreadpool"
)
endif()
Loading