esp32-lora/CMakeLists.txt
2020-02-29 15:56:47 -08:00

5 lines
78 B
CMake

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