mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-12 17:43:37 +02:00
Adds lib-sentry-report
This commit is contained in:
committed by
Dmitry Vedenko
parent
185d1d5ecc
commit
cb1f8b6c34
@@ -3,16 +3,21 @@
|
||||
# The list of modules is ordered so that each library occurs after any others
|
||||
# that it depends on
|
||||
set( LIBRARIES
|
||||
"lib-string-utils"
|
||||
lib-string-utils
|
||||
lib-strings
|
||||
lib-utility
|
||||
lib-uuid
|
||||
)
|
||||
|
||||
if ( ${_OPT}has_networking )
|
||||
list( APPEND LIBRARIES "lib-network-manager")
|
||||
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()
|
||||
|
Reference in New Issue
Block a user