Skip to content

Commit 14e7c07

Browse files
gmiodicekshitij-sisodia-arm
authored andcommitted
Fix CMake script for audiogen
Signed-off-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
1 parent 56b9fee commit 14e7c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kleidiai-examples/audiogen/app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ set(SENTENCEPIECE_LIB ${BINARY_DIR}/src/libsentencepiece.a)
7474
# Define source
7575
set(SRCS audiogen.cpp)
7676

77-
add_executable(audiogen ${srcs})
77+
add_executable(audiogen ${SRCS})
7878

7979
set(XNNPACK_ENABLE_ARM_SME2 OFF CACHE BOOL "" FORCE)
8080
set(TFLITE_HOST_TOOLS_DIR "${FLATBUFFERS_BIN_DIR}/_deps/flatbuffers-build" CACHE PATH "Host tools directory")

0 commit comments

Comments
 (0)