Recovering from github accound ban

This commit is contained in:
Ilusha 2024-03-15 10:56:39 +03:00 committed by Ilya Shurupov
parent 5c7ee99d43
commit 79d018ffb4
3 changed files with 18 additions and 21 deletions

35
.gitmodules vendored
View file

@ -1,24 +1,21 @@
[submodule "Externals/asio"]
path = Externals/asio
url = https://github.com/IlyaShurupov/asio.git
[submodule "Externals/glfw"]
path = Externals/glfw
url = https://github.com/IlyaShurupov/glfw.git
[submodule "Externals/imgui"] [submodule "Externals/imgui"]
path = Externals/imgui path = Externals/imgui
url = https://github.com/IlyaShurupov/imgui.git url = https://github.com/elushaX/imgui.git
[submodule "Externals/glew"]
path = Externals/glew
url = https://github.com/IlyaShurupov/glew.git
[submodule "Externals/nanovg"]
path = Externals/nanovg
url = https://github.com/IlyaShurupov/nanovg.git
[submodule "Externals/lua"] [submodule "Externals/lua"]
path = Externals/lua path = Externals/lua
url = https://github.com/lua/lua.git url = https://github.com/elushaX/lua.git
[submodule "Externals/lalr"]
path = Externals/lalr
url = https://github.com/IlyaShurupov/lalr.git
[submodule "Externals/unittest-cpp"] [submodule "Externals/unittest-cpp"]
path = Externals/unittest-cpp path = Externals/unittest-cpp
url = https://github.com/unittest-cpp/unittest-cpp.git url = https://github.com/elushaX/unittest-cpp.git
[submodule "Externals/glfw"]
path = Externals/glfw
url = https://github.com/elushaX/glfw.git
[submodule "Externals/nanovg"]
path = Externals/nanovg
url = https://github.com/elushaX/nanovg.git
[submodule "Externals/asio"]
path = Externals/asio
url = https://github.com/elushaX/asio.git
[submodule "Externals/lalr"]
path = Externals/lalr
url = https://github.com/elushaX/lalr.git

View file

@ -29,7 +29,7 @@ endif()
#add_subdirectory(glew/build/cmake/) #add_subdirectory(glew/build/cmake/)
#target_compile_definitions(glew_s PUBLIC GLEW_NO_GLU) #target_compile_definitions(glew_s PUBLIC GLEW_NO_GLU)
add_subdirectory(unittest-cpp) #add_subdirectory(unittest-cpp)
add_subdirectory(lalr) add_subdirectory(lalr)

2
Externals/lalr vendored

@ -1 +1 @@
Subproject commit 62a0e9f7ad37de6081a7ede90f7e454c76a38e7b Subproject commit 6d16a6bb60490a2ee4e86f689c86e647b300c7fb