1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 09:31:15 +02:00

New library for preferences...

... It mentions some wxWidgets types in its interface, but these are in the
acceptable utility subset of wxBase that we still consider GUI toolkit-neutral.
This commit is contained in:
Paul Licameli
2021-02-18 09:08:38 -05:00
parent a2f109de2e
commit 7e50e9b5af
114 changed files with 158 additions and 137 deletions

View File

@@ -10,6 +10,7 @@ set( LIBRARIES
lib-components
lib-basic-ui
lib-exceptions
lib-preferences
)
if ( ${_OPT}has_networking )