Open
Description
🚀 The feature, motivation and pitch
Right now we are using add_subdirectory
like this:
executorch/examples/models/llama/runner/CMakeLists.txt
Lines 68 to 71 in 24789c8
One issue is sub-libraries doesn't have namespace, so if any deps has same name, we get conflict and error. For example, #6767 is blocked.
Let's see if ExternalProject_Add could help.
Alternatives
No response
Additional context
No response
RFC (Optional)
No response