1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 16:09:28 +02:00

lib-basic-ui: Fix up CMake

Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
Panagiotis Vasilopoulos 2021-10-04 07:21:33 +02:00
parent 2364504437
commit bc13febb29
No known key found for this signature in database
GPG Key ID: 9E541BDE43B99F44

View File

@ -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}"
"" ""
)