Skip to content

Commit e72486b

Browse files
committed
install headers from runtime/backend
Looks like these are all public and we simply missed installing them. ghstack-source-id: 6663892 ghstack-comment-id: 3207551477 Pull-Request: #13558
1 parent a7b3436 commit e72486b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,13 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/configurations)
480480

481481
# Install `executorch` library as well as `executorch-config.cmake` under
482482
# ${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+
)
483490
install(
484491
DIRECTORY runtime/core/
485492
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/executorch/runtime/core

0 commit comments

Comments
 (0)