diff --git a/libraries/lib-basic-ui/CMakeLists.txt b/libraries/lib-basic-ui/CMakeLists.txt index c733d7f1e..df6145d73 100644 --- a/libraries/lib-basic-ui/CMakeLists.txt +++ b/libraries/lib-basic-ui/CMakeLists.txt @@ -17,7 +17,13 @@ set( SOURCES BasicUI.cpp BasicUI.h ) -audacity_library( lib-basic-ui "${SOURCES}" - "" - "" "" + +set( LIBRARIES + lib-strings-interface + PRIVATE + wxWidgets::wxWidgets +) + +audacity_library( lib-basic-ui "${SOURCES}" "${LIBRARIES}" + "" "" )