diff --git a/CMakeLists.txt b/CMakeLists.txt index ab640932fcce12b79873b76a1c519d1cd4c8c9ce..45cda9e3749dc358341c0b1ee386a81931a89d50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -216,7 +216,7 @@ target_link_libraries(ISAR_post_rend lib_basop lib_isar lib_util lib_com) target_include_directories(ISAR_post_rend PRIVATE lib_basop lib_isar) add_executable(ambi_converter apps/ambi_converter.c) -target_link_libraries(ambi_converter lib_util lib_com lib_basop) +target_link_libraries(ambi_converter lib_util lib_com lib_basop lib_debug) if(UNIX) target_link_libraries(ambi_converter m) endif()