From 42b5ad004e686328f181ed9b3b33a5a260b3f240 Mon Sep 17 00:00:00 2001 From: Johannes Feldmann Date: Tue, 3 Apr 2018 10:41:35 +0200 Subject: [PATCH] Add missing '\' in library.pro --- DRAMSys/library/library.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DRAMSys/library/library.pro b/DRAMSys/library/library.pro index 4dbfd863..56353e00 100644 --- a/DRAMSys/library/library.pro +++ b/DRAMSys/library/library.pro @@ -126,6 +126,7 @@ SOURCES += \ HEADERS += \ src/common/third_party/tinyxml2/tinyxml2.h \ + src/common/third_party/json/include/nlohmann/json.hpp \ src/common/xmlAddressdecoder.h \ src/common/Utils.h \ src/common/TlmRecorder.h \ @@ -193,12 +194,11 @@ HEADERS += \ src/error/eccbaseclass.h \ src/error/ecchamming.h \ src/controller/scheduler/Fr_Fcfs_read_priority.h \ - src/controller/scheduler/Fr_Fcfs_grouper.h + src/controller/scheduler/Fr_Fcfs_grouper.h \ src/simulation/IArbiter.h \ src/simulation/SimpleArbiter.h \ src/common/AddressDecoder.h \ - src/common/jsonAddressDecoder.h \ - src/common/third_party/json/include/nlohmann/json.hpp + src/common/jsonAddressDecoder.h thermalsim = $$(THERMALSIM) isEmpty(thermalsim) {