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 c014334 commit f7befbaCopy full SHA for f7befba
icuSources/CMakeLists.txt
@@ -18,6 +18,9 @@ target_include_directories(_FoundationICU
18
PUBLIC
19
include/)
20
21
+target_compile_options(_FoundationICU INTERFACE
22
+ "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xcc -fmodule-map-file=${CMAKE_CURRENT_SOURCE_DIR}/include/_foundation_unicode/module.modulemap>")
23
+
24
add_subdirectory(common)
25
add_subdirectory(i18n)
26
add_subdirectory(io)
0 commit comments