OVMS3-idf/examples/bluetooth/a2dp_sink/main/CMakeLists.txt

6 lines
162 B
CMake
Raw Normal View History

idf_component_register(SRCS "bt_app_av.c"
"bt_app_core.c"
"main.c"
INCLUDE_DIRS ".")
2018-09-11 01:44:12 +00:00