cmake_minimum_required(VERSION 3.0) project(ftxui LANGUAGES CXX VERSION 0.1 ) enable_testing() add_subdirectory(ftxui) add_subdirectory(examples)