https://github.com/Kitware/CMake
Revision 6814567e8c1c73c09e98ebcd1296e4fda717f0a4 authored by Saleem Abdulrasool on 28 June 2019, 04:28:48 UTC, committed by Saleem Abdulrasool on 18 July 2019, 03:45:54 UTC
The Swift driver recently learnt how to generate static libraries using
the `-static` flag.  This enables us to generate proper static libraries
with dependency tracking with Swift as well.
1 parent c8741e8
Raw File
Tip revision: 6814567e8c1c73c09e98ebcd1296e4fda717f0a4 authored by Saleem Abdulrasool on 28 June 2019, 04:28:48 UTC
Swift: add rules for static linking
Tip revision: 6814567
.gitignore
# Exclude MacOS Finder files.
.DS_Store

*.user*

*.pyc
Testing

# Visual Studio work directory
.vs/

# Visual Studio Code
.vscode/
back to top