17 lines
253 B
CMake
17 lines
253 B
CMake
set(COMPONENT_SRCDIRS
|
|
"."
|
|
)
|
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS
|
|
"."
|
|
)
|
|
|
|
set(COMPONENT_REQUIRES
|
|
|
|
)
|
|
|
|
register_component()
|
|
|
|
target_compile_definitions(${COMPONENT_TARGET} PUBLIC -DESP32)
|
|
#target_compile_options(${COMPONENT_TARGET} PRIVATE -fno-rtti)
|