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.
2 parents 38711c6 + 33d77a6 commit 597aabaCopy full SHA for 597aaba
Runtimes/Overlay/Windows/CRT/CMakeLists.txt
@@ -14,8 +14,9 @@ target_compile_definitions(swiftCRT PRIVATE
14
target_compile_options(swiftCRT PRIVATE
15
"SHELL:-Xfrontend -disable-force-load-symbols"
16
"SHELL:-Xcc -D_USE_MATH_DEFINES")
17
+target_link_libraries(swiftCRT PUBLIC
18
+ ClangModules)
19
target_link_libraries(swiftCRT PRIVATE
- ClangModules
20
swiftCore)
21
22
# FIXME: Why is this not implicitly in the interface flags?
Runtimes/Overlay/Windows/clang/CMakeLists.txt
@@ -25,7 +25,7 @@ roots:
25
- name: module.modulemap
26
type: file
27
external-contents: "@CMAKE_CURRENT_SOURCE_DIR@/ucrt.modulemap"
28
- - name: "@VCToolsInstallDir@include"
+ - name: "@VCToolsInstallDir@/include"
29
type: directory
30
contents:
31
0 commit comments