lancaster-university / microbit-v2-samples

CODAL build tools and sample programs for the micro:bit v2.x
MIT License
66 stars 87 forks source link

Doesn't build `.cc` files, or include directories with `.hpp` files #52

Closed microbit-carlos closed 1 year ago

microbit-carlos commented 2 years 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.

microbit-carlos commented 2 years ago

Okay, raised a PR here:

And in upstream CODAL: