chore: init

This commit is contained in:
2026-08-08 20:20:18 +02:00
parent 5e5a272a5f
commit 355b8e8e8a
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
/cmake-build-debug/ /cmake-build-debug/
/.idea/
+10
View File
@@ -0,0 +1,10 @@
cmake_minimum_required(VERSION 4.3)
project(tui_framework)
set(CMAKE_CXX_STANDARD 14)
include_directories(.)
add_executable(tui_framework
main.cpp
main.h)