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 38d7fc0 commit dd3bd7eCopy full SHA for dd3bd7e
CMakeLists.txt
@@ -449,6 +449,12 @@ install(
449
FILES_MATCHING
450
PATTERN "*.h"
451
)
452
+install(
453
+ DIRECTORY runtime/executor/
454
+ DESTINATION include/executorch/runtime/executor
455
+ FILES_MATCHING
456
+ PATTERN "*.h"
457
+)
458
install(
459
DIRECTORY runtime/kernel/
460
DESTINATION include/executorch/runtime/kernel
@@ -546,6 +552,12 @@ endif()
546
552
547
553
if(EXECUTORCH_BUILD_EXTENSION_MODULE)
548
554
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/extension/module)
555
+ install(
556
+ DIRECTORY extension/module/
557
+ DESTINATION include/executorch/extension/module
558
559
560
+ )
549
561
endif()
550
562
551
563
if(EXECUTORCH_BUILD_EXTENSION_LLM)
0 commit comments