2024-06-09 14:27:26 -07:00

16 lines
204 B
CMake
Executable File

set(COMPONENT_SRCDIRS
"src"
)
set(COMPONENT_ADD_INCLUDEDIRS
"src"
)
set(COMPONENT_REQUIRES
"arduino"
)
register_component()
target_compile_options(${COMPONENT_TARGET} PRIVATE -fno-rtti)