mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Adds lib-uuid
Adds a small library to generate UUID values. This library will be used in Sentry error reporting Replace constructor cast with static_cast Removes a noexcept sneaked in Adds documentation and some code review fixes Fixes doxygen
This commit is contained in:
committed by
Dmitry Vedenko
parent
9f1d5d5d1a
commit
37fba65d1b
@@ -6,6 +6,7 @@ set( LIBRARIES
|
||||
"lib-string-utils"
|
||||
lib-strings
|
||||
lib-utility
|
||||
lib-uuid
|
||||
)
|
||||
|
||||
if ( ${_OPT}has_networking )
|
||||
|
||||
Reference in New Issue
Block a user