sof/tools/eqctl/CMakeLists.txt

8 lines
91 B
CMake
Raw Normal View History

add_executable(sof-eqctl
eqctl.c
)
target_link_libraries(sof-eqctl PRIVATE
"-lasound"
)