esp32-lora/CMakeLists.txt

6 lines
78 B
CMake
Raw Normal View History

2020-02-29 18:56:47 -05:00
idf_component_register(SRCS
"main/esp32-lora.c"
INCLUDE_DIRS "include"
)