Add ftxui dependency

This commit is contained in:
2021-07-30 22:34:11 +02:00
parent 8b4e58526a
commit d90107601a
3 changed files with 12 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
add_subdirectory(glm)
if (NOT ANDROID AND NOT IOS)
add_subdirectory(glfw)
add_subdirectory(ftxui)
endif()
if (NOT LINUX)
add_subdirectory(spdlog)