Mercurial > hg > sonic-lineup
changeset 463:43a35652aaeb
Actually build these libraries
| author | Chris Cannam |
|---|---|
| date | Tue, 21 Jul 2020 16:52:21 +0100 |
| parents | dc2226fa0795 |
| children | 1ca067c414ad |
| files | sonic-lineup.pro |
| diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/sonic-lineup.pro Tue Jul 21 16:28:29 2020 +0100 +++ b/sonic-lineup.pro Tue Jul 21 16:52:21 2020 +0100 @@ -4,6 +4,12 @@ SUBDIRS += \ sub_base +win32-msvc* { + SUBDIRS += \ + sub_os_other \ + sub_os_win10 +} + # We build the tests on every platform, though at the time of # writing they are only automatically run on non-Windows platforms # (because of the difficulty of getting them running nicely in the @@ -28,6 +34,9 @@ sub_base.file = base.pro +sub_os_other.file = os-other.pro +sub_os_win10.file = os-win10.pro + sub_test_svcore_base.file = test-svcore-base.pro sub_test_svcore_system.file = test-svcore-system.pro sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro
