aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-08-02 12:31:36 +0200
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-08-02 12:31:36 +0200
commitdb9dd171c658a1ea232abde229da7d59a737eff4 (patch)
tree34aaa9b79c37ee18c902cb6ff4da951b4693423b
parent9fbafd5786977ab062caf72c7e6bb63c8eae2eae (diff)
downloadqtmips-db9dd171c658a1ea232abde229da7d59a737eff4.tar.gz
qtmips-db9dd171c658a1ea232abde229da7d59a737eff4.tar.bz2
qtmips-db9dd171c658a1ea232abde229da7d59a737eff4.zip
Include qtmips_asm in the top level dependencies of qtmips_cli and qtmips_gui.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-rw-r--r--qtmips.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtmips.pro b/qtmips.pro
index f13d321..9420201 100644
--- a/qtmips.pro
+++ b/qtmips.pro
@@ -12,6 +12,6 @@ SUBDIRS += \
SUBDIRS += \
qtmips_gui
-qtmips_cli.depends = qtmips_machine
-qtmips_gui.depends = qtmips_machine qtmips_osemu
+qtmips_cli.depends = qtmips_machine qtmips_asm
+qtmips_gui.depends = qtmips_machine qtmips_osemu qtmips_asm
qtmips_machine-tests.depends = qtmips_machine