Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

for esp-adf issues #270 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
for esp-adf issues #270
  • Loading branch information
vvhh2002 committed Dec 12, 2019
commit 3e6dc366a8828bca1b8442aed62675a2e520efe2
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -24,14 +24,14 @@ register_component()

set(COMPONENT_PRIV_REQUIRES audio_pipeline audio_sal)

target_link_libraries(${COMPONENT_NAME} "-L ${CMAKE_CURRENT_SOURCE_DIR}/esp_audio/lib"
target_link_libraries(${COMPONENT_TARGET} "-L ${CMAKE_CURRENT_SOURCE_DIR}/esp_audio/lib"
"-L ${CMAKE_CURRENT_SOURCE_DIR}/esp_codec/lib"
"-L ${CMAKE_CURRENT_SOURCE_DIR}/esp_dlna/lib"
"-L ${CMAKE_CURRENT_SOURCE_DIR}/esp_ssdp/lib"
"-L ${CMAKE_CURRENT_SOURCE_DIR}/esp_upnp/lib"
"-L ${CMAKE_CURRENT_SOURCE_DIR}/esp_sip/lib"
"-L ${CMAKE_CURRENT_SOURCE_DIR}/recorder_engine/lib")
target_link_libraries(${COMPONENT_NAME}
target_link_libraries(${COMPONENT_TARGET}
esp_processing esp-aac esp-amr esp-amrwbenc esp-flac esp-ogg-container esp-opus esp-tremor
esp_audio esp_dlna esp_ssdp esp_upnp esp_sip esp-mp3
recorder_engine)