File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
FoundationInternationalization Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
##===----------------------------------------------------------------------===##
14
14
15
15
file (GLOB_RECURSE _FoundationEssentialsSources "*.swift" )
16
- add_library (FoundationEssentials SHARED ${_FoundationEssentialsSources} )
16
+ add_library (FoundationEssentials ${_FoundationEssentialsSources} )
17
17
18
18
# Depend on FoundationMacros
19
19
add_dependencies (FoundationEssentials FoundationMacros )
Original file line number Diff line number Diff line change 13
13
##===----------------------------------------------------------------------===##
14
14
15
15
file (GLOB_RECURSE _FoundationInternationalizationSources "*.swift" )
16
- add_library (FoundationInternationalization SHARED ${_FoundationInternationalizationSources} )
16
+ add_library (FoundationInternationalization ${_FoundationInternationalizationSources} )
17
17
18
18
target_compile_options (FoundationInternationalization PRIVATE
19
19
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -enable-experimental-feature -Xfrontend AccessLevelOnImport>"
You can’t perform that action at this time.
0 commit comments