From cbe00c6c95709de806bab709cdd87d5aa914f737 Mon Sep 17 00:00:00 2001 From: Qiea Date: Wed, 18 Dec 2024 11:30:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20CMakeLists.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 55102d8..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -cmake_minimum_required(VERSION 3.26) -project(c_cnn C) - -set(CMAKE_C_STANDARD 11) - -include_directories(.) - -add_executable(c_cnn - cnn.c - cnn.h - main.c - cnn_model.c - )