diff --git a/.gitmodules b/.gitmodules index 52e3854..670a9fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "Application/MLZR_Comm"] path = Application/MLZR_Comm url = git@git.lan:ODDIY/MLZR_Comm.git +[submodule "Application/MLZR_GLASM"] + path = Application/MLZR_GLASM + url = git@git.lan:ODDIY/MLZR_GLASM.git diff --git a/Application/CMakeLists.txt b/Application/CMakeLists.txt index 16a2cae..e1fbce5 100644 --- a/Application/CMakeLists.txt +++ b/Application/CMakeLists.txt @@ -3,5 +3,6 @@ add_subdirectory(CLS) add_subdirectory(CLS_BSP) add_subdirectory(BSP) add_subdirectory(ram_loader) +add_subdirectory(MLZR_GLASM) add_subdirectory(MLZR_Comm) add_subdirectory(Vehicle) \ No newline at end of file diff --git a/Application/MLZR_Comm b/Application/MLZR_Comm index 48a98f4..baa031e 160000 --- a/Application/MLZR_Comm +++ b/Application/MLZR_Comm @@ -1 +1 @@ -Subproject commit 48a98f4c82bf0e90d0fa4e02d6f587db58bbad26 +Subproject commit baa031e9c3e5f4edd23c985f70a7c1ce1b09ca5a diff --git a/Application/MLZR_GLASM b/Application/MLZR_GLASM new file mode 160000 index 0000000..5ed1270 --- /dev/null +++ b/Application/MLZR_GLASM @@ -0,0 +1 @@ +Subproject commit 5ed1270a6c7b6040362b8bf289f2001114df9ada