6 lines
189 B
CMake
6 lines
189 B
CMake
|
|
idf_component_register(
|
||
|
|
SRCS "user_app.cpp" "alert.cpp"
|
||
|
|
REQUIRES app_bsp
|
||
|
|
PRIV_REQUIRES esp_wifi_bsp ws_client dashboard_ui port_bsp esp_timer codec_board
|
||
|
|
INCLUDE_DIRS "./")
|