mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +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.cpp
|
||||||
BasicUI.h
|
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