diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b9d0762..f214739 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,11 @@ path = OpenPLC_modules/hardware url = https://github.com/FOSSEE/openplc_modules.git branch = master +[submodule "OpenPLC_version_1/software/ldmicro_qt"] + path = OpenPLC_version_1/software/ldmicro_qt + url = https://github.com/FOSSEE/LDmicroQt.git + branch = master +[submodule "OpenPLC_version_1/software/ldmicro_gtk"] + path = OpenPLC_version_1/software/ldmicro_gtk + url = https://github.com/FOSSEE/LDMicroGtk.git + branch = master |