1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-23 17:25:54 +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:
Dmitry Vedenko
2021-06-02 17:11:52 +03:00
committed by Dmitry Vedenko
parent 9f1d5d5d1a
commit 37fba65d1b
5 changed files with 398 additions and 0 deletions

View File

@@ -133,6 +133,17 @@ if( ${_OPT}has_networking )
endif()
if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin|Windows")
add_conan_lib(
libuuid
libuuid/1.0.3
REQUIRED
OPTION_NAME uuid
PKG_CONFIG "uuid"
INTERFACE_NAME libuuid::libuuid
)
endif()
set_conan_vars_to_parent()
# Required libraries