cmake: tools: install targets

Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
This commit is contained in:
Janusz Jankowski 2019-02-03 03:19:25 +01:00 committed by Liam Girdwood
parent dff70c4490
commit 9fb2097e52
2 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,5 @@ add_executable(sof-eqctl
target_link_libraries(sof-eqctl PRIVATE target_link_libraries(sof-eqctl PRIVATE
"-lasound" "-lasound"
) )
install(TARGETS sof-eqctl DESTINATION bin)

View File

@ -11,3 +11,5 @@ target_include_directories(sof-logger PRIVATE
"${SOF_ROOT_SOURCE_DIRECTORY}/src/include" "${SOF_ROOT_SOURCE_DIRECTORY}/src/include"
"${SOF_ROOT_SOURCE_DIRECTORY}" "${SOF_ROOT_SOURCE_DIRECTORY}"
) )
install(TARGETS sof-logger DESTINATION bin)