mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-01-10 17:22:13 +01:00
This permits to develop the project more easily and efficiently than with Arduino iIDE (which is a pain) Use the latest IDF framework version Compile for esp32C5 chip
8 lines
348 B
CMake
8 lines
348 B
CMake
|
|
idf_component_register(SRCS "${c1101_driver_SOURCE_DIR}/ELECHOUSE_CC1101_SRC_DRV.cpp"
|
|
INCLUDE_DIRS "${c1101_driver_SOURCE_DIR}/"
|
|
REQUIRES "arduino-esp32" # Library requires Arduino
|
|
)
|
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-misleading-indentation -Wno-maybe-uninitialized)
|
|
|