This commit is contained in:
e2hang
2025-08-10 23:24:21 +08:00
parent 023973b5a1
commit 3c33c80a72
4 changed files with 189 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.31)
project(maxWBLT)
set(CMAKE_CXX_STANDARD 20)
add_executable(maxWBLT main.cpp)