This commit is contained in:
2023-10-13 10:24:49 +08:00
parent acacbd4ce6
commit b2a45c8154
4 changed files with 19 additions and 0 deletions

3
CMakeLists.txt Normal file
View File

@ -0,0 +1,3 @@
cmake_minimum_required(VERSION 3.10)
project(ICPC-Management-System)
add_subdirectory(src)