You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@slompf18 , there's no specific reason why CMakeLists.txt isn't in the root directory here. It's just that some of our other recent projects had multiple components in them and so we did not have the CMakeLists.txt for them in the root folder. The same logic got applied here, even though here it is a single component :)
Adding the component as submodule in components directory of a project fails, until you add
set(EXTRA_COMPONENT_DIRS ${CMAKE_CURRENT_LIST_DIR}/components/esp-apple-homekit-adk)
to your CMakeLists.txt. I guess its because the CMakeLists.txt of the component is not in the root directory as stated here.
Is this an intended behavior? Otherwise I could fix it.
The text was updated successfully, but these errors were encountered: