Initial Commit
This commit is contained in:
commit
590c028d9a
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.idea
|
||||||
|
cmake-build-debug
|
||||||
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.28)
|
||||||
|
project(UnnamedMicroPythonConsole)
|
||||||
|
|
||||||
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
|
|
||||||
|
add_executable(UnnamedMicroPythonConsole main.cpp)
|
||||||
Loading…
Reference in New Issue
Block a user