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 a7b3436 commit e72486bCopy full SHA for e72486b
CMakeLists.txt
@@ -480,6 +480,13 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/configurations)
480
481
# Install `executorch` library as well as `executorch-config.cmake` under
482
# ${CMAKE_INSTALL_PREFIX}/
483
+install(
484
+ DIRECTORY runtime/backend/
485
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/executorch/runtime/backend
486
+ FILES_MATCHING
487
+ PATTERN "*.h"
488
+ PATTERN "test" EXCLUDE
489
+)
490
install(
491
DIRECTORY runtime/core/
492
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/executorch/runtime/core
0 commit comments