| author | |
| committer | |
| log | dfecd819ceca861118d80c884614d3bf82eecd3e |
| tree | 290c222d493d6faea5a563b9ec954102a8a96120 |
| parent | 129bd4e9c3f1abca87893f39010a49f404309b16 |
2 files changed, 4 insertions(+), 0 deletions(-)
build.zig+2| ... | ... | @@ -1046,6 +1046,8 @@ const clang_libs = [_][]const u8{ |
| 1046 | 1046 | "clangCrossTU", |
| 1047 | 1047 | "clangIndex", |
| 1048 | 1048 | "clangToolingCore", |
| 1049 | "clangExtractAPI", | |
| 1050 | "clangSupport", | |
| 1049 | 1051 | }; |
| 1050 | 1052 | const lld_libs = [_][]const u8{ |
| 1051 | 1053 | "lldMinGW", |
cmake/Findclang.cmake+2| ... | ... | @@ -64,6 +64,8 @@ else() |
| 64 | 64 | FIND_AND_ADD_CLANG_LIB(clangCrossTU) |
| 65 | 65 | FIND_AND_ADD_CLANG_LIB(clangIndex) |
| 66 | 66 | FIND_AND_ADD_CLANG_LIB(clangToolingCore) |
| 67 | FIND_AND_ADD_CLANG_LIB(clangExtractAPI) | |
| 68 | FIND_AND_ADD_CLANG_LIB(clangSupport) | |
| 67 | 69 | endif() |
| 68 | 70 | |
| 69 | 71 | include(FindPackageHandleStandardArgs) |