Skip to content

Commit caf26e9

Browse files
committed
Foundation should publically link FoundationEssentials and FoundationInternationalization
1 parent 82b7e0f commit caf26e9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Sources/Foundation/CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ target_compile_options(Foundation PRIVATE
1919
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:${_Foundation_swift_build_flags}>")
2020

2121
target_link_libraries(Foundation PRIVATE
22-
FoundationEssentials
23-
FoundationInternationalization
2422
_CoreFoundation)
2523

26-
target_link_libraries(Foundation PUBLIC swiftDispatch)
24+
target_link_libraries(Foundation PUBLIC
25+
FoundationEssentials
26+
FoundationInternationalization
27+
swiftDispatch)
2728

2829
install(TARGETS Foundation
2930
ARCHIVE DESTINATION lib

0 commit comments

Comments
 (0)