1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

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

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}