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 f9df4ca commit 533a26aCopy full SHA for 533a26a
cmake/modules/AddSwift.cmake
@@ -1353,11 +1353,8 @@ endfunction()
1353
# add_swift_host_library(name
1354
# [SHARED]
1355
# [STATIC]
1356
-# [SWIFT_MODULE_DEPENDS dep1 ...]
1357
# [LLVM_COMPONENT_DEPENDS comp1 ...]
1358
# [FILE_DEPENDS target1 ...]
1359
-# [INSTALL]
1360
-# INSTALL_IN_COMPONENT comp
1361
# source1 [source2 source3 ...])
1362
#
1363
# name
@@ -1375,9 +1372,6 @@ endfunction()
1375
1372
# FILE_DEPENDS
1376
1373
# Additional files this library depends on.
1377
1374
1378
1379
-# The Swift installation component that this library belongs to.
1380
-#
1381
# source1 ...
1382
# Sources to add into this library.
1383
function(add_swift_host_library name)
0 commit comments