mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-16 08:04:21 +08:00
Separator ftxui::{screen,dom,component} into separate build unit.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
find_package(ftxui)
|
||||
function(example name)
|
||||
add_executable(${name} ${name}.cpp)
|
||||
target_link_libraries(${name} PUBLIC component)
|
||||
endfunction(example)
|
||||
|
||||
example(input)
|
||||
example(menu)
|
||||
example(menu2)
|
||||
|
Reference in New Issue
Block a user