ftxui
- registry: kmpkgcore
- type: kumo system both static and shared library.
install
kmpkg install ftxui
add port
add to project dependency list:
kmpkg add port ftxui
kmpkg
kmpkg.json
{
"dependencies": [
"ftxui"
]
}
cmake find and link
find ftxui package:
find
find_packge(ftxui REQUIRED)
link ftxui static:
ftxui::ftxui