diff --git a/cmake-proxies/ladspa-plugins/CMakeLists.txt b/cmake-proxies/ladspa-plugins/CMakeLists.txt index 9958900d9..839d40a9d 100644 --- a/cmake-proxies/ladspa-plugins/CMakeLists.txt +++ b/cmake-proxies/ladspa-plugins/CMakeLists.txt @@ -5,6 +5,7 @@ set( TARGET_ROOT "${_SRCDIR}" ) message( STATUS "========== Configuring ${TARGET} ==========" ) add_library( ${TARGET} MODULE EXCLUDE_FROM_ALL ) +add_dependencies( Audacity ${TARGET} ) def_vars()