1
0
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:
Paul Licameli
2021-02-07 21:17:45 -05:00
parent 2133e42938
commit d20cf01255
8 changed files with 140 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ set( LIBRARIES
lib-utility
lib-uuid
lib-components
lib-basic-ui
)
if ( ${_OPT}has_networking )