mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
11 lines
152 B
CMake
11 lines
152 B
CMake
cmake_minimum_required(VERSION 3.0)
|
|
project(ftxui
|
|
LANGUAGES CXX
|
|
VERSION 0.1
|
|
)
|
|
|
|
enable_testing()
|
|
|
|
add_subdirectory(ftxui)
|
|
add_subdirectory(examples)
|