Changes in project structure.
Now we have a root project file - dram.vp.system.pro - that includes dramSys.pro and traceAnanlyzer.pro files. This way it is possible to build both projects easily. After buiding from QTCreator the results will be in dram.vp.system/build* and its sub-directories.
This commit is contained in:
8
.gitmodules
vendored
8
.gitmodules
vendored
@@ -1,6 +1,6 @@
|
||||
[submodule "dram/src/common/third_party/DRAMPower"]
|
||||
path = dram/src/common/third_party/DRAMPower
|
||||
[submodule "DRAMSys/dram/src/common/third_party/DRAMPower"]
|
||||
path = DRAMSys/dram/src/common/third_party/DRAMPower
|
||||
url = https://github.com/ravenrd/DRAMPower.git
|
||||
[submodule "dram/src/common/third_party/tinyxml2"]
|
||||
path = dram/src/common/third_party/tinyxml2
|
||||
[submodule "DRAMSys/dram/src/common/third_party/tinyxml2"]
|
||||
path = DRAMSys/dram/src/common/third_party/tinyxml2
|
||||
url = https://github.com/leethomason/tinyxml2.git
|
||||
|
||||
Reference in New Issue
Block a user