From 9c83ae6427ea8525552447720e5a987f30400eee Mon Sep 17 00:00:00 2001 From: Armin Co <armin.co@hs-bochum.de> Date: Mon, 31 Aug 2020 20:15:36 +0200 Subject: [PATCH] Added repo to index --- .gitmodules | 2 +- libs/freeopcua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 libs/freeopcua diff --git a/.gitmodules b/.gitmodules index f70ac3b..297f2cf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,4 +5,4 @@ [submodule "libs/freeopcua"] path = libs/freeopcua url = https://github.com/FreeOpcUa/freeopcua - \ No newline at end of file + diff --git a/libs/freeopcua b/libs/freeopcua new file mode 160000 index 0000000..d24d780 --- /dev/null +++ b/libs/freeopcua @@ -0,0 +1 @@ +Subproject commit d24d7806a71739b869f6d2465316184b49e37875 -- GitLab