Files
trellis2-ROCm/ggml/examples/perf-metal/CMakeLists.txt
T
2026-08-16 18:33:03 +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)