Skip to content

Commit 60f449f

Browse files
committed
Make the Foundation --> CoreFoundation dependency public
1 parent c19e66c commit 60f449f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/Foundation/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ target_compile_options(Foundation PRIVATE
1919
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:${_Foundation_swift_build_flags}>")
2020

2121
target_link_libraries(Foundation
22-
PRIVATE
23-
CoreFoundation
2422
PUBLIC
23+
CoreFoundation
2524
FoundationEssentials
2625
FoundationInternationalization)
2726

0 commit comments

Comments
 (0)