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 8904d3d commit e12537cCopy full SHA for e12537c
setup.py
@@ -666,6 +666,9 @@ def run(self):
666
"share/cmake/executorch-config.cmake",
667
),
668
]
669
+ # Copy all the necessary headers into include/executorch/ so that they can
670
+ # be found in the pip package. This is the subset of headers that are
671
+ # essential for building custom ops extensions.
672
# TODO: Use cmake to gather the headers instead of hard-coding them here.
673
# For example:
674
# https://discourse.cmake.org/t/installing-headers-the-modern-way-regurgitated-and-revisited/3238/3
0 commit comments