Files
BA_DIY_Power_PCB/main/CMakeLists.txt
2024-11-27 12:40:23 +01:00

4 lines
185 B
CMake

idf_component_register(SRCS "functions.c" "app_main.c"
INCLUDE_DIRS "include""${CMAKE_SOURCE_DIR}""."
REQUIRES ssd1306 driver esp_adc hal)