Closed microbit-carlos closed 1 year ago
We need to update the CMakefileList.txt file to also search for .cc and .hpp files, as some libraries like TensorFlow Lite Micro use them.
.cc
.hpp
Okay, raised a PR here:
And in upstream CODAL:
We need to update the CMakefileList.txt file to also search for
.cc
and.hpp
files, as some libraries like TensorFlow Lite Micro use them.