diff options
author | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-08-02 12:31:36 +0200 |
---|---|---|
committer | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-08-02 12:31:36 +0200 |
commit | db9dd171c658a1ea232abde229da7d59a737eff4 (patch) | |
tree | 34aaa9b79c37ee18c902cb6ff4da951b4693423b | |
parent | 9fbafd5786977ab062caf72c7e6bb63c8eae2eae (diff) | |
download | qtmips-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.pro | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |