We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e1bc6 commit e784ea2Copy full SHA for e784ea2
Dependencies.cmake
@@ -33,7 +33,7 @@ function(myproject_setup_dependencies)
33
endif()
34
35
if(NOT TARGET ftxui::screen)
36
- cpmaddpackage("gh:ArthurSonzogni/FTXUI@6.0.2")
+ cpmaddpackage("gh:ArthurSonzogni/FTXUI@6.1.9")
37
38
39
if(NOT TARGET tools::tools)
src/CMakeLists.txt
@@ -1,4 +1,2 @@
1
add_subdirectory(sample_library)
2
-if(NOT CMAKE_UNITY_BUILD)
3
- add_subdirectory(ftxui_sample)
4
-endif()
+add_subdirectory(ftxui_sample)
0 commit comments