Files
BA_DIY_Power_PCB/main/CMakeLists.txt
2024-11-15 22:29:50 +01:00

4 lines
181 B
CMake

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