- Split the large CMakeList.
- Remove travis
- Remove gitlab-ci.yml
This commit is contained in:
Arthur Sonzogni
2021-06-26 15:14:27 +02:00
committed by GitHub
parent 2ea480f4f6
commit a2e7ff852e
11 changed files with 206 additions and 239 deletions

8
cmake/ftxui_export.cmake Normal file
View File

@@ -0,0 +1,8 @@
add_library(ftxui::screen ALIAS screen)
add_library(ftxui::dom ALIAS dom)
add_library(ftxui::component ALIAS component)
export(
TARGETS screen dom component
NAMESPACE ftxui::
FILE ${PROJECT_BINARY_DIR}/ftxui-targets.cmake
)