Skip to content

Commit abdab54

Browse files
committed
Manually updates examples/CMakeLists.txt
1 parent 06c2b15 commit abdab54

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ find_package(Threads REQUIRED)
66

77
# ...
88

9-
# flags
10-
11-
llama_add_compile_flags()
12-
139
# examples
1410

1511
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
@@ -33,6 +29,9 @@ else()
3329
add_subdirectory(imatrix)
3430
add_subdirectory(infill)
3531
add_subdirectory(llama-bench)
32+
add_subdirectory(omni-vlm)
33+
add_subdirectory(nexa-omni-audio)
34+
add_subdirectory(qwen2-audio)
3635
add_subdirectory(lookahead)
3736
add_subdirectory(lookup)
3837
add_subdirectory(main)

0 commit comments

Comments
 (0)