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 6f68fb0 commit 41a903cCopy full SHA for 41a903c
cmake/modules/AddSwift.cmake
@@ -49,6 +49,11 @@ set(SWIFTLIB_DIR
49
set(SWIFTSTATICLIB_DIR
50
"${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lib/swift_static")
51
52
+# SWIFTLIBEXEC_DIR is the directory in the build tree where Swift auxiliary
53
+# executables should be placed.
54
+set(SWIFTLIBEXEC_DIR
55
+ "${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/libexec/swift")
56
+
57
function(_compute_lto_flag option out_var)
58
string(TOLOWER "${option}" lowercase_option)
59
if (lowercase_option STREQUAL "full")
0 commit comments