Bugfix order of compilation

This commit is contained in:
Matthias Jung
2017-02-25 13:03:07 +01:00
parent 3e7be862f2
commit 2facf78ba8

View File

@@ -16,6 +16,9 @@ SUBDIRS += simulator/library.pro
SUBDIRS += simulator/simulator.pro
SUBDIRS += analyzer/traceAnalyzer.pro
# Build Sub Projects in the order given above
CONFIG += ordered
# Additional Files:
# tests folder (DRAMSys/tests)
include(tests/tests.pri)