mirror of
https://github.com/gunner47/GyverLamp.git
synced 2025-08-08 01:20:31 +03:00
16 lines
208 B
CMake
16 lines
208 B
CMake
set(COMPONENT_SRCDIRS
|
|
"src"
|
|
)
|
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS
|
|
"src"
|
|
)
|
|
|
|
set(COMPONENT_REQUIRES
|
|
"arduino-esp32"
|
|
)
|
|
|
|
register_component()
|
|
|
|
target_compile_options(${COMPONENT_TARGET} PRIVATE -fno-rtti)
|