diff --git a/tools/eqctl/CMakeLists.txt b/tools/eqctl/CMakeLists.txt index 4f33056c6..81707cdf1 100644 --- a/tools/eqctl/CMakeLists.txt +++ b/tools/eqctl/CMakeLists.txt @@ -5,3 +5,5 @@ add_executable(sof-eqctl target_link_libraries(sof-eqctl PRIVATE "-lasound" ) + +install(TARGETS sof-eqctl DESTINATION bin) diff --git a/tools/logger/CMakeLists.txt b/tools/logger/CMakeLists.txt index 7f4125c8a..317d950a4 100644 --- a/tools/logger/CMakeLists.txt +++ b/tools/logger/CMakeLists.txt @@ -11,3 +11,5 @@ target_include_directories(sof-logger PRIVATE "${SOF_ROOT_SOURCE_DIRECTORY}/src/include" "${SOF_ROOT_SOURCE_DIRECTORY}" ) + +install(TARGETS sof-logger DESTINATION bin)