Files
LoraTestSystemRX_TX/components/common/CMakeLists.txt
2026-01-17 09:53:08 +02:00

6 lines
101 B
CMake

idf_component_register(
SRCS "common.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES spi_flash
)