diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-05-08 06:11:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-05-16 18:41:05 (GMT) |
commit | b6412e3e38ba22bf816445f19394e7c8027c186f (patch) | |
tree | 7227811201094f5ffd37ce57def6a6ef95449422 /Source/cmRulePlaceholderExpander.h | |
parent | 7d7f31161d65d8b1f460eaf23e1b092bdaf7c238 (diff) | |
download | CMake-b6412e3e38ba22bf816445f19394e7c8027c186f.zip CMake-b6412e3e38ba22bf816445f19394e7c8027c186f.tar.gz CMake-b6412e3e38ba22bf816445f19394e7c8027c186f.tar.bz2 |
Ninja: add placeholders to support Swift build
Add the placeholders needed to support compiling Swift code.
Diffstat (limited to 'Source/cmRulePlaceholderExpander.h')
-rw-r--r-- | Source/cmRulePlaceholderExpander.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmRulePlaceholderExpander.h b/Source/cmRulePlaceholderExpander.h index 4a03dc8..8f36196 100644 --- a/Source/cmRulePlaceholderExpander.h +++ b/Source/cmRulePlaceholderExpander.h @@ -58,6 +58,11 @@ public: const char* Includes; const char* DependencyFile; const char* FilterPrefix; + const char* SwiftLibraryName; + const char* SwiftModule; + const char* SwiftModuleName; + const char* SwiftOutputFileMap; + const char* SwiftSources; }; // Expand rule variables in CMake of the type found in language rules |