We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b7e0f commit caf26e9Copy full SHA for caf26e9
Sources/Foundation/CMakeLists.txt
@@ -19,11 +19,12 @@ target_compile_options(Foundation PRIVATE
19
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:${_Foundation_swift_build_flags}>")
20
21
target_link_libraries(Foundation PRIVATE
22
- FoundationEssentials
23
- FoundationInternationalization
24
_CoreFoundation)
25
26
-target_link_libraries(Foundation PUBLIC swiftDispatch)
+target_link_libraries(Foundation PUBLIC
+ FoundationEssentials
+ FoundationInternationalization
27
+ swiftDispatch)
28
29
install(TARGETS Foundation
30
ARCHIVE DESTINATION lib
0 commit comments