changeset 465:1ca067c414ad

Merge
author Chris Cannam
date Thu, 23 Jul 2020 14:39:28 +0100
parents 94881fc47c4d (current diff) 43a35652aaeb (diff)
children 8acfe027a033
files
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sonic-lineup.pro	Thu Jul 23 14:39:07 2020 +0100
+++ b/sonic-lineup.pro	Thu Jul 23 14:39:28 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