9 lines
307 B
CMake
9 lines
307 B
CMake
message("CMAKE_CURRENT_LIST_DIR is ${CMAKE_CURRENT_LIST_DIR}")
|
|
idf_component_register(SRCS
|
|
"main/esp_netif_lora.c"
|
|
"./components/esp32-lora/main/esp32-lora.c"
|
|
|
|
REQUIRES esp_netif driver
|
|
|
|
INCLUDE_DIRS "include" "./components/esp32-lora/include/" "${IDF_PATH}/components/driver/include/esp_private"
|
|
)
|