13 lines
214 B
CMake
Executable File
13 lines
214 B
CMake
Executable File
idf_component_register(SRCS
|
|
"main.cpp"
|
|
"app_task.cpp"
|
|
"button_handling.c"
|
|
"hal/u8g2_esp32_hal.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES
|
|
insa
|
|
u8g2
|
|
driver
|
|
esp_timer
|
|
)
|