SolarEnergy/esp32_device/main/CMakeLists.txt

5 lines
275 B
CMake
Raw Permalink Normal View History

2024-08-18 18:13:03 +00:00
idf_component_register(SRCS "secure_api.c" "http_client.c" "ethernet.c" "unsecure_api.c" "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 ".")
2024-08-23 19:00:18 +00:00
target_compile_options(${COMPONENT_LIB} PRIVATE -Werror)