From 7fb4c512d1fe6d836fa005142ef1a6175775a36c Mon Sep 17 00:00:00 2001 From: Thomas Antony Date: Thu, 16 Mar 2023 20:42:04 -0700 Subject: [PATCH] Apply suggestions to CMakeLists.txt --- CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ded54b4b6..773c713c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,17 +112,17 @@ endif() # endif() add_executable(llama main.cpp - llama.cpp - utils.cpp - utils.h) +) add_executable(quantize quantize.cpp - utils.cpp - utils.h) +) add_library(llamalib - llama.cpp) + llama.cpp + llama.h + utils.cpp + utils.h) add_library(ggml ggml.c