Skip to content

Commit

Permalink
codec : dts : add include directory
Browse files Browse the repository at this point in the history
DTS header files are in third_party/include/. Add include directory to
avoid build fail.

Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
  • Loading branch information
joechengxperi committed Feb 24, 2025
1 parent de7c8a8 commit 226b607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/audio/codec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ if(CONFIG_DTS_CODEC)
else()
sof_add_static_library(DtsCodec
${SOF_ROOT_SOURCE_DIRECTORY}/third_party/lib/libdts-sof-interface-i32.a)
target_include_directories(sof PRIVATE ${CMAKE_SOURCE_DIR}/third_party/include)
endif()
endif()

0 comments on commit 226b607

Please sign in to comment.