blob: f339831f018be42c7d7a10bc64cab37f48542059 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
TEMPLATE = subdirs
SUBDIRS += \
qtmips_machine \
qtmips_machine/tests \
qtmips_cli \
qtmips_gui
qtmips_cli.depends = qtmips_machine
qtmips_gui.depends = qtmips_machine
qtmips_machine-tests.depends = qtmips_machine
|