1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 07:35:51 +01:00

New library lib-strings for Identifier and internationalization

This commit is contained in:
Paul Licameli
2021-02-16 21:14:33 -05:00
parent 70c4898648
commit 45c6190c51
37 changed files with 75 additions and 50 deletions

View File

@@ -4,6 +4,7 @@
# that it depends on
set( LIBRARIES
"lib-string-utils"
lib-strings
)
if ( ${_OPT}has_networking )