Add a CMakeLists.txt that allows this to be used as an IDF component.

pull/103/head
James Aguilar 3 months ago
parent 5c2b12acd1
commit 813c17c039
  1. 3
      CMakeLists.txt

@ -0,0 +1,3 @@
idf_component_register(SRCS
INCLUDE_DIRS "src"
PRIV_INCLUDE_DIRS "src/FixedPointsCommon" "src/FixedPoints")
Loading…
Cancel
Save