Merge f78c1aad1f into d6fcc50a0b
This commit is contained in:
commit
7bf5a60b4a
|
|
@ -0,0 +1,21 @@
|
|||
set(COMPONENT_SRCDIRS
|
||||
"src"
|
||||
"src/src/extras"
|
||||
)
|
||||
|
||||
set(COMPONENT_ADD_INCLUDEDIRS
|
||||
"src"
|
||||
"src/extras"
|
||||
"src/src/extras"
|
||||
)
|
||||
|
||||
set(COMPONENT_REQUIRES
|
||||
"arduino-esp32"
|
||||
"libsodium"
|
||||
"app_update"
|
||||
)
|
||||
|
||||
register_component()
|
||||
|
||||
target_compile_definitions(${COMPONENT_TARGET} PUBLIC -DESP32)
|
||||
target_compile_options(${COMPONENT_TARGET} PRIVATE -fno-rtti)
|
||||
Loading…
Reference in New Issue