Skip to content

Commit 2001a5b

Browse files
authored
Merge pull request #2260 from compnerd/mise-en-place
build: correct dependencies for Windows
2 parents 778390b + 7c3158e commit 2001a5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ add_swift_library(Foundation
347347
${swift_optimization_flags}
348348
DEPENDS
349349
uuid
350-
CoreFoundation)
350+
CoreFoundation
351+
$<$<PLATFORM_ID:Windows>:CoreFoundationResources>)
351352

352353
if(NOT BUILD_SHARED_LIBS)
353354
set(Foundation_INTERFACE_LIBRARIES

0 commit comments

Comments
 (0)