tmp
Some checks failed
Windows / build (push) Has been cancelled
CMake on a single platform / build (push) Has been cancelled
CMake / build (push) Has been cancelled

This commit is contained in:
Шурупов Илья Викторович 2025-11-24 18:24:00 +03:00
parent a7b9feaedc
commit 0f15c37c2e
10 changed files with 522 additions and 1 deletions

6
.gitmodules vendored
View file

@ -22,3 +22,9 @@
[submodule "Externals/implot"]
path = Externals/implot
url = https://github.com/epezent/implot.git
[submodule "Externals/googletest"]
path = Externals/googletest
url = https://github.com/google/googletest.git
[submodule "Externals/benchmark"]
path = Externals/benchmark
url = https://github.com/google/benchmark.git