mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +00:00
b1f4290953
fix #2252
5 lines
150 B
CMake
5 lines
150 B
CMake
set(TEST_TARGET metal)
|
|
add_executable(${TEST_TARGET} metal.cpp)
|
|
install(TARGETS ${TARGET} RUNTIME)
|
|
target_link_libraries(${TEST_TARGET} PRIVATE ggml)
|