Added ESP-IDF component support
This commit is contained in:
parent
a227f247e0
commit
c2478ce057
16
CMakeLists.txt
Normal file
16
CMakeLists.txt
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
|
||||||
|
set(sourcedirs
|
||||||
|
.
|
||||||
|
VectorAlgebra/src
|
||||||
|
)
|
||||||
|
|
||||||
|
set(includedirs
|
||||||
|
.
|
||||||
|
VectorAlgebra/include
|
||||||
|
)
|
||||||
|
|
||||||
|
idf_component_register(
|
||||||
|
SRC_DIRS ${sourcedirs}
|
||||||
|
INCLUDE_DIRS ${includedirs}
|
||||||
|
REQUIRES arduino
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user