Skip to content

Commit 12d4c5d

Browse files
committed
Added missing cmake dependency on FoundationNetworking
1 parent f9b18eb commit 12d4c5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ if(ENABLE_TESTING)
429429
DEPENDS
430430
uuid
431431
Foundation
432+
FoundationNetworking
432433
CoreFoundation)
433434

434435
add_swift_executable(TestFoundation
@@ -574,6 +575,7 @@ if(ENABLE_TESTING)
574575
${swift_libc_flags}
575576
DEPENDS
576577
Foundation
578+
FoundationNetworking
577579
CoreFoundation
578580
xdgTestHelper)
579581

0 commit comments

Comments
 (0)