sof/tools/eqctl/CMakeLists.txt

10 lines
135 B
CMake
Raw Normal View History

add_executable(sof-eqctl
eqctl.c
)
target_link_libraries(sof-eqctl PRIVATE
"-lasound"
)
install(TARGETS sof-eqctl DESTINATION bin)