Add ftxui dependency
This commit is contained in:
10
3rdParty/ftxui/CMakeLists.txt
vendored
Normal file
10
3rdParty/ftxui/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
ftxui
|
||||
EXCLUDE_FROM_ALL
|
||||
GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui.git
|
||||
GIT_TAG v5.0.0
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
FetchContent_MakeAvailable(ftxui)
|
||||
Reference in New Issue
Block a user