Fix nlohmann_json include
This commit is contained in:
@@ -91,7 +91,8 @@ env.Append(LIBPATH=Dir("./DRAMSys/lib/sqlite3").abspath)
|
||||
env.Append(CPPPATH=src_root + "/DRAMSys/src/libdramsys")
|
||||
env.Append(CPPPATH=src_root + "/DRAMSys/src/configuration")
|
||||
env.Append(CPPPATH=src_root + "/DRAMSys/src/util")
|
||||
env.Append(CPPPATH=src_root + "/DRAMSys/lib/nlohmann_json/include")
|
||||
|
||||
env.Append(CPPPATH=build_current + "/_deps/nlohmann_json-src/include/")
|
||||
|
||||
env.Prepend(CPPDEFINES=[("SYSTEMC_VERSION", 20191203)])
|
||||
env.Prepend(CPPDEFINES=[("DRAMSYS_RESOURCE_DIR",
|
||||
|
||||
Reference in New Issue
Block a user