1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 15:45:54 +01:00

💩 Remove Sentry Reporting

This commit is contained in:
Cookie Engineer
2021-07-04 10:19:04 +02:00
parent 29a1ae6faa
commit bbf352d36d
16 changed files with 0 additions and 1199 deletions

View File

@@ -9,15 +9,6 @@ set( LIBRARIES
lib-uuid
)
if ( ${_OPT}has_networking )
list( APPEND LIBRARIES lib-network-manager)
endif()
# This library depends on lib-network-manager
# If Sentry reporting is disabled, an INTERFACE library
# will be defined
list( APPEND LIBRARIES lib-sentry-reporting)
foreach( LIBRARY ${LIBRARIES} )
add_subdirectory( "${LIBRARY}" )
endforeach()