Update CMakeLists.txt
This commit is contained in:
parent
8a86e4e223
commit
80d062b3fb
@ -1,3 +1,4 @@
|
|||||||
|
if(ESP_PLATFORM)
|
||||||
set(sourcedirs
|
set(sourcedirs
|
||||||
.
|
.
|
||||||
VectorAlgebra/src
|
VectorAlgebra/src
|
||||||
@ -13,6 +14,7 @@ idf_component_register(
|
|||||||
INCLUDE_DIRS ${includedirs}
|
INCLUDE_DIRS ${includedirs}
|
||||||
REQUIRES arduino
|
REQUIRES arduino
|
||||||
)
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
project(RoboidControl)
|
project(RoboidControl)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user