Files
terminal-portfolio/ftxui/cmake/ftxui_export.cmake
2025-10-17 22:34:40 -05:00

9 lines
232 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"
)