mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
19 lines
1022 B
JavaScript
19 lines
1022 B
JavaScript
|
|
var installation =
|
||
|
|
[
|
||
|
|
[ "CMake", "installation_cmake.html", [
|
||
|
|
[ "Overview", "installation.html#overview", null ],
|
||
|
|
[ "Supported Methods", "installation.html#supported-methods", null ],
|
||
|
|
[ "Next Steps", "installation.html#next-steps", null ],
|
||
|
|
[ "Contributions", "installation.html#contributions", null ],
|
||
|
|
[ "Methods of Integration", "installation_cmake.html#methods-of-integration", [
|
||
|
|
[ "Using FetchContent", "installation_cmake.html#using-fetchcontent", null ],
|
||
|
|
[ "Using find_package", "installation_cmake.html#using-find_package", null ],
|
||
|
|
[ "Using git submodule", "installation_cmake.html#using-git-submodule", null ]
|
||
|
|
] ],
|
||
|
|
[ "Optional CMake Flags", "installation_cmake.html#optional-cmake-flags", null ],
|
||
|
|
[ "Verifying Integration", "installation_cmake.html#verifying-integration", null ]
|
||
|
|
] ],
|
||
|
|
[ "Bazel", "installation_bazel.html", null ],
|
||
|
|
[ "Vcpkg", "installation_vcpkg.html", null ],
|
||
|
|
[ "Conan", "installation_conan.html", null ]
|
||
|
|
];
|