mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
a2e7ff852e
- Split the large CMakeList. - Remove travis - Remove gitlab-ci.yml
9 lines
230 B
CMake
9 lines
230 B
CMake
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
|
|
)
|