mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-12 17:43:37 +02:00
Make lib-network-manager an opt-in library
This commit is contained in:
committed by
Dmitry Vedenko
parent
fdd20452ea
commit
4dc4e86863
@@ -4,9 +4,12 @@
|
||||
# that it depends on
|
||||
set( LIBRARIES
|
||||
"lib-string-utils"
|
||||
"lib-network-manager"
|
||||
)
|
||||
|
||||
if ( ${_OPT}has_networking )
|
||||
list( APPEND LIBRARIES "lib-network-manager")
|
||||
endif()
|
||||
|
||||
foreach( LIBRARY ${LIBRARIES} )
|
||||
add_subdirectory( "${LIBRARY}" )
|
||||
endforeach()
|
||||
|
Reference in New Issue
Block a user