File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,24 @@ if(SWIFT_BUILD_SDK_OVERLAY OR (SWIFT_BUILD_TEST_SUPPORT_MODULES AND NOT SWIFT_BU
5
5
if (SWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING )
6
6
add_subdirectory (DifferentiationUnittest )
7
7
endif ()
8
+ add_subdirectory (SwiftPrivate )
8
9
endif ()
9
10
10
11
if (SWIFT_BUILD_SDK_OVERLAY OR SWIFT_BUILD_TEST_SUPPORT_MODULES )
11
- add_subdirectory (SwiftPrivate )
12
12
add_subdirectory (RuntimeUnittest )
13
13
add_subdirectory (StdlibUnicodeUnittest )
14
14
add_subdirectory (StdlibCollectionUnittest )
15
+ endif ()
16
+
17
+ if (SWIFT_BUILD_SDK_OVERLAY OR (SWIFT_BUILD_TEST_SUPPORT_MODULES AND NOT SWIFT_BUILD_DYNAMIC_SDK_OVERLAY_default ))
15
18
add_subdirectory (SwiftPrivateLibcExtras )
16
19
add_subdirectory (SwiftPrivateThreadExtras )
17
20
18
21
# NOTE(compnerd) this must come after SwiftPrivateLibcExtras and
19
22
# SwiftPrivateThreadExtras to ensure that the dependency targets are setup in
20
23
# the correct order for Windows.
21
24
add_subdirectory (StdlibUnittest )
22
- endif ()
23
25
24
- if (SWIFT_BUILD_SDK_OVERLAY OR (SWIFT_BUILD_TEST_SUPPORT_MODULES AND NOT SWIFT_BUILD_DYNAMIC_SDK_OVERLAY_default ))
25
26
add_subdirectory (OSLog )
26
27
27
28
if (CMAKE_SYSTEM_NAME STREQUAL "Darwin" )
You can’t perform that action at this time.
0 commit comments