mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-01 15:40:21 +01:00
4 lines
115 B
CMake
4 lines
115 B
CMake
|
set(TEST_TARGET metal)
|
||
|
add_executable(${TEST_TARGET} metal.cpp)
|
||
|
target_link_libraries(${TEST_TARGET} PRIVATE ggml)
|