Skip to content

Commit

Permalink
完成了基本框架,搭建了一个分类器
Browse files Browse the repository at this point in the history
  • Loading branch information
iku-iku-iku committed Oct 22, 2022
1 parent 731e46d commit 3c4f059
Show file tree
Hide file tree
Showing 13 changed files with 1,365 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cmake-build-debug

build

.idea
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.23)
project(MetaAI)

set(CMAKE_CXX_STANDARD 20)

add_executable(MetaAI
main.cpp)
Loading

0 comments on commit 3c4f059

Please sign in to comment.