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:
Éder Ferreira Zulian
2015-06-22 17:15:29 +02:00
parent 494ae584ad
commit 6f776c067e
225 changed files with 43 additions and 35 deletions

8
.gitmodules vendored
View File

@@ -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