diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d34a0ea..fa896a92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ if(ESP_PLATFORM) # and needs idf_component_register() idf_component_register( - SRCS ${RADIOLIB_ESP_SOURCES} + SRCS ${RADIOLIB_SOURCES} INCLUDE_DIRS . src )