xd
This commit is contained in:
commit
6721d6ee70
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.29)
|
||||
project(123)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(123 main.cpp)
|
Loading…
Reference in New Issue
Block a user