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 ac47a82 commit f5fe8a7Copy full SHA for f5fe8a7
Sources/FoundationEssentials/CMakeLists.txt
@@ -77,6 +77,8 @@ if(NOT BUILD_SHARED_LIBS)
77
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -public-autolink-library -Xfrontend _FoundationCShims>")
78
target_compile_options(FoundationEssentials PRIVATE
79
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -public-autolink-library -Xfrontend _FoundationCollections>")
80
+ target_compile_options(FoundationEssentials PRIVATE
81
+ "SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -public-autolink-library -Xfrontend Synchronization>")
82
endif()
83
84
set_target_properties(FoundationEssentials PROPERTIES
0 commit comments