nodemcu-firmware/components/base_nodemcu/CMakeLists.txt

8 lines
164 B
CMake
Raw Normal View History

idf_component_register(
SRCS "ip_fmt.c" "user_main.c"
INCLUDE_DIRS "include"
REQUIRES "lua"
PRIV_REQUIRES "nvs_flash" "spiffs"
LDFRAGMENTS "nodemcu.lf"
)