esp-ena/main/CMakeLists.txt

9 lines
133 B
CMake
Raw Normal View History

2020-07-11 12:11:34 +02:00
idf_component_register(
SRCS
"main.c"
"display-interface.c"
2020-08-21 02:25:43 +02:00
"wifi/espidf-v4.0.c"
2020-08-21 02:44:01 +02:00
2020-07-11 12:11:34 +02:00
INCLUDE_DIRS ""
)