Initialize
This commit is contained in:
8
ftxui/cmake/ftxui_export.cmake
Normal file
8
ftxui/cmake/ftxui_export.cmake
Normal 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"
|
||||
)
|
||||
Reference in New Issue
Block a user