SolarEnergy/esp32_device/main/CMakeLists.txt

4 lines
157 B
CMake
Raw Normal View History

2024-07-27 14:15:35 +00:00
idf_component_register(SRCS "system.c" "crypto.c" "random.c" "storage.c" "main.c"
2024-07-27 13:31:17 +00:00
"dev_name.c"
2024-07-16 19:05:20 +00:00
INCLUDE_DIRS ".")