diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-05-09 05:49:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-05-16 18:41:05 (GMT) |
commit | d745551fb6311f5db6e8133df63a7fc410e8a68b (patch) | |
tree | 371700340b81286c8540009f3c884a9c853426d6 /Help/prop_sf | |
parent | 9a182c9e5b36ba68fc91b53e3d755c263ee3d0ef (diff) | |
download | CMake-d745551fb6311f5db6e8133df63a7fc410e8a68b.zip CMake-d745551fb6311f5db6e8133df63a7fc410e8a68b.tar.gz CMake-d745551fb6311f5db6e8133df63a7fc410e8a68b.tar.bz2 |
Help: add some initial documentation for Swift support
Diffstat (limited to 'Help/prop_sf')
-rw-r--r-- | Help/prop_sf/Swift_DEPENDENCIES_FILE.rst | 5 | ||||
-rw-r--r-- | Help/prop_sf/Swift_DIAGNOSTICS_FILE.rst | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Help/prop_sf/Swift_DEPENDENCIES_FILE.rst b/Help/prop_sf/Swift_DEPENDENCIES_FILE.rst new file mode 100644 index 0000000..a8cf063 --- /dev/null +++ b/Help/prop_sf/Swift_DEPENDENCIES_FILE.rst @@ -0,0 +1,5 @@ +Swift_DEPENDENCIES_FILE +----------------------- + +This property sets the path for the Swift dependency file (swiftdeps) for the +source. diff --git a/Help/prop_sf/Swift_DIAGNOSTICS_FILE.rst b/Help/prop_sf/Swift_DIAGNOSTICS_FILE.rst new file mode 100644 index 0000000..5bf5d59 --- /dev/null +++ b/Help/prop_sf/Swift_DIAGNOSTICS_FILE.rst @@ -0,0 +1,4 @@ +Swift_DIAGNOSTICS_FILE +---------------------- + +This property controls where the Swift diagnostics are serialized. |