zig/cmake
Forest cf939b096a cmake: CLANG_LIBRARIES: find libclang-cpp.so.18.1
This fixes the failure to find CLANG_LIBRARIES on debian, which packages
the relevant .so file at these paths:

libclang-cpp18: /usr/lib/llvm-18/lib/libclang-cpp.so.18.1
libclang-cpp18: /usr/lib/x86_64-linux-gnu/libclang-cpp.so.18.1
libclang-cpp18: /usr/lib/x86_64-linux-gnu/libclang-cpp.so.18

(The latter two paths are symlinks to the first.)
2024-08-17 13:15:32 -07:00
..
Findclang.cmake cmake: CLANG_LIBRARIES: find libclang-cpp.so.18.1 2024-08-17 13:15:32 -07:00
Findlld.cmake update CMake files to LLVM 18 2024-05-08 19:37:28 -07:00
Findllvm.cmake cmake/findllvm: fix incorrect lib dir setup for zig2 2024-07-06 14:29:03 -04:00
install.cmake CMake: try to fix CI failures 2024-05-15 15:37:12 +05:00