From 4c69f32644e7f02b1c18b37b81565a0f8d403555 Mon Sep 17 00:00:00 2001 From: wangdongpo <544209413@qq.com> Date: Tue, 21 Jan 2025 14:04:47 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=9E=84=E5=BB=BA=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 35a181a..db8d35b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.8) -project(Demo) +project(model2mem) set(CMAKE_BUILD_PARALLEL_LEVEL 8) set(CMAKE_CXX_STANDARD 11) set(CMAKE_BUILD_TYPE "Release")