2024-05-28 18:54:41 -07:00

17 lines
253 B
CMake
Executable File

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)