mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
deploy: a86d8f32d7
This commit is contained in:
19
installation.js
Normal file
19
installation.js
Normal file
@@ -0,0 +1,19 @@
|
||||
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 ]
|
||||
];
|
||||
Reference in New Issue
Block a user