From 13baae168ba58e7c84441bf2aecdb45736783353 Mon Sep 17 00:00:00 2001 From: Johannes Feldmann Date: Tue, 27 Mar 2018 10:10:50 +0200 Subject: [PATCH] Third party module for json added. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 82647b71..60369680 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ path = DRAMSys/library/src/common/third_party/DRAMPower url = https://github.com/tukl-msd/DRAMPower.git branch = master +[submodule "DRAMSys/library/src/common/third_party/json"] + path = DRAMSys/library/src/common/third_party/json + url = https://github.com/nlohmann/json.git