Skip to content

Commit 2ef1b56

Browse files
committed
Should work
1 parent 3c6ebce commit 2ef1b56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ target_include_directories(prim_ops_lib PUBLIC ${_common_include_directories})
611611
target_compile_definitions(prim_ops_lib PUBLIC C10_USING_CUSTOM_GENERATED_MACROS)
612612
target_compile_options(prim_ops_lib PUBLIC ${_common_compile_options})
613613
target_link_options_shared_lib(prim_ops_lib)
614+
add_library(executorch ALIAS prim_ops_lib)
614615

615616
#
616617
# portable_ops_lib: A library to register core ATen ops using portable kernels,

0 commit comments

Comments
 (0)