esp-ena/main/CMakeLists.txt

8 lines
120 B
CMake
Raw Normal View History

2020-07-11 12:11:34 +02:00
idf_component_register(
SRCS
"main.c"
"display-interface.c"
"wifi.c"
2020-07-11 12:11:34 +02:00
INCLUDE_DIRS ""
)