Fix CMakeLists.txt

This commit is contained in:
Andrei Betlen 2023-05-16 09:07:14 -04:00
parent cbac19bf24
commit 341c50b5b0

View file

@ -28,4 +28,4 @@ else()
LIBRARY DESTINATION llama_cpp
RUNTIME DESTINATION llama_cpp
)
endif(UNIX)
endif()