Skip to content

Commit a7f1525

Browse files
joechengxperilgirdwood
authored andcommitted
codec : dts : add include directory
DTS header files are in third_party/include/. Add include directory to avoid build fail. Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
1 parent 0ddbf22 commit a7f1525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/audio/codec/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ if(CONFIG_DTS_CODEC)
88
else()
99
sof_add_static_library(DtsCodec
1010
${SOF_ROOT_SOURCE_DIRECTORY}/third_party/lib/libdts-sof-interface-i32.a)
11+
target_include_directories(sof PRIVATE ${CMAKE_SOURCE_DIR}/third_party/include)
1112
endif()
1213
endif()

0 commit comments

Comments
 (0)