mirror of https://github.com/thesofproject/sof.git
cmake: tools: eqctl
Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
This commit is contained in:
parent
2728dae14c
commit
f8f71f5938
|
@ -13,3 +13,4 @@ project(SOF_TOOLS C)
|
|||
set(SOF_ROOT_SOURCE_DIRECTORY "${PROJECT_SOURCE_DIR}/..")
|
||||
|
||||
add_subdirectory(logger)
|
||||
add_subdirectory(eqctl)
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
add_executable(sof-eqctl
|
||||
eqctl.c
|
||||
)
|
||||
|
||||
target_link_libraries(sof-eqctl PRIVATE
|
||||
"-lasound"
|
||||
)
|
Loading…
Reference in New Issue