Files
omnivoice.cpp-openwebui_patch/ggml/examples/perf-metal/CMakeLists.txt
T
2026-08-16 19:09:33 +07:00

8 lines
142 B
CMake

#
# perf-metal
set(TEST_TARGET perf-metal)
add_executable(${TEST_TARGET} perf-metal.cpp)
target_link_libraries(${TEST_TARGET} PRIVATE ggml)