esp32-lora/CMakeLists.txt

6 lines
78 B
CMake

idf_component_register(SRCS
"main/esp32-lora.c"
INCLUDE_DIRS "include"
)