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.
2 parents 1816540 + 8ae3a4e commit 09fd5fcCopy full SHA for 09fd5fc
CMakeLists.txt
@@ -722,10 +722,12 @@ endif()
722
723
# A target containing all configured backends.
724
add_library(executorch_backends INTERFACE)
725
+add_library(executorch::backends ALIAS executorch_backends)
726
target_link_libraries(executorch_backends INTERFACE ${_executorch_backends})
727
728
# A target containing all configured extensions.
729
add_library(executorch_extensions INTERFACE)
730
+add_library(executorch::extensions ALIAS executorch_extensions)
731
target_link_libraries(executorch_extensions INTERFACE ${_executorch_extensions})
732
733
install(
0 commit comments