diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-01-12 00:36:49 (GMT) |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-01-15 17:13:33 (GMT) |
commit | b90e6134a7af7d6f81a410fac52f17c7585509eb (patch) | |
tree | 4b5ee320cbfcbb59df1aff3eb177ca139d3a30a5 /Source/cmRulePlaceholderExpander.h | |
parent | d4a42dd4a87c9caa222a7a40150db937258698d2 (diff) | |
download | CMake-b90e6134a7af7d6f81a410fac52f17c7585509eb.zip CMake-b90e6134a7af7d6f81a410fac52f17c7585509eb.tar.gz CMake-b90e6134a7af7d6f81a410fac52f17c7585509eb.tar.bz2 |
Ninja: add new placeholder `SWIFT_AUXILIARY_SOURCES`
The swift compilation model requires all sources for the module to be
listed for the compiler to type check across them. Provide a
placeholder to allow enumerating the remainder of the swift sources in a
target for the language compile rule.
Issue: #18800
Diffstat (limited to 'Source/cmRulePlaceholderExpander.h')
-rw-r--r-- | Source/cmRulePlaceholderExpander.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmRulePlaceholderExpander.h b/Source/cmRulePlaceholderExpander.h index a7d8cee..a936747 100644 --- a/Source/cmRulePlaceholderExpander.h +++ b/Source/cmRulePlaceholderExpander.h @@ -58,6 +58,7 @@ public: const char* Includes; const char* DependencyFile; const char* FilterPrefix; + const char* SwiftAuxiliarySources; }; // Expand rule variables in CMake of the type found in language rules |