userspace: Add audioctl utility to configure audio server
This commit is contained in:
10
userspace/programs/audioctl/CMakeLists.txt
Normal file
10
userspace/programs/audioctl/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(audioctl ${SOURCES})
|
||||
banan_link_library(audioctl ban)
|
||||
banan_link_library(audioctl libc)
|
||||
banan_link_library(audioctl libaudio)
|
||||
|
||||
install(TARGETS audioctl OPTIONAL)
|
||||
Reference in New Issue
Block a user