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 a33936b commit ebdd24fCopy full SHA for ebdd24f
build/executorch-config.cmake
@@ -13,7 +13,9 @@
13
cmake_minimum_required(VERSION 3.19)
14
15
set(_root "${CMAKE_CURRENT_LIST_DIR}/../..")
16
-set(required_lib_list executorch executorch_no_prim_ops portable_kernels)
+set(required_lib_list executorch executorch_no_prim_ops
17
+ executorch_no_prim_ops_shared portable_kernels
18
+)
19
foreach(lib ${required_lib_list})
20
set(lib_var "LIB_${lib}")
21
add_library(${lib} STATIC IMPORTED)
0 commit comments