Add workflow + examples + tests

This commit is contained in:
ArthurSonzogni
2025-04-24 03:02:10 +02:00
parent f128c442cc
commit 45bf24f8ea
10 changed files with 243 additions and 467 deletions

View File

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)
project(ftxui
LANGUAGES CXX
VERSION 6.0.2
VERSION 6.0.3
DESCRIPTION "C++ Functional Terminal User Interface."
)
@@ -17,7 +17,7 @@ option(FTXUI_ENABLE_COVERAGE "Execute code coverage" OFF)
option(FTXUI_DEV_WARNINGS "Enable more compiler warnings and warnings as errors" OFF)
set(FTXUI_MICROSOFT_TERMINAL_FALLBACK_HELP_TEXT "On windows, assume the \
terminal used will be one of Microsoft and use a set of reasonnable fallback \
terminal used will be one of Microsoft and use a set of reasonable fallback \
to counteract its implementations problems.")
if (WIN32)
option(FTXUI_MICROSOFT_TERMINAL_FALLBACK