From 40e814a5535eb082e149b0342040de571d81bcf8 Mon Sep 17 00:00:00 2001 From: Armin Co <armin.co@hs-bochum.de> Date: Mon, 31 Aug 2020 20:01:44 +0200 Subject: [PATCH] Added freeopcua library --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules index 32d49fb..c3c9350 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "libs/spdlog"] path = libs/spdlog url = https://github.com/gabime/spdlog + +[submodule "libs/freeopcua"] + path = libs/freeopcua + url = https://github.com/FreeOpcUa/freeopcua \ No newline at end of file -- GitLab