Debain build: DSD demod: add mbelib dependency

This commit is contained in:
f4exb 2021-02-19 22:50:56 +01:00
parent d9d1bfff7e
commit de4607bd06
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ add_library(${TARGET_NAME} SHARED
)
if(LIBDSDCC_EXTERNAL)
add_dependencies(${TARGET_NAME} dsdcc)
add_dependencies(${TARGET_NAME} dsdcc mbelib)
endif()
target_link_libraries(${TARGET_NAME}