mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
Facade class for basic UI, injection of a wxWidgets implementation...
... but none of the methods is defined yet. The intention is to inject dependencies on wxWidgets (or other) toolkit so that lower-level files have less build dependency on wxCore classes or on the event loop.
This commit is contained in:
@@ -8,6 +8,7 @@ set( LIBRARIES
|
||||
lib-utility
|
||||
lib-uuid
|
||||
lib-components
|
||||
lib-basic-ui
|
||||
)
|
||||
|
||||
if ( ${_OPT}has_networking )
|
||||
|
Reference in New Issue
Block a user