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:
parent
2364504437
commit
bc13febb29
@ -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}"
|
||||
"" ""
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user