car-stereo/receiver/main/CMakeLists.txt

4 lines
226 B
CMake

idf_component_register(SRCS "main.cpp" "helper.cpp" "wav.cpp" "storage.cpp" "i2s.cpp" "bluetooth.cpp" "avrcp.cpp" "a2dp.cpp"
INCLUDE_DIRS "."
EMBED_FILES "connect.wav" "disconnect.wav")