zig/cmake
Cody Tapscott abc1ae538f CMake: Search for Clang in CMAKE_LIBRARY_PATH, CMAKE_PREFIX_PATH, and CMAKE_FRAMEWORK_PATH
On some systems (esp. systems that use unique hashed file-paths for
library-versions like Nix), we can't expect LLVM and Clang to share
lib/bin directories.

The best we can do is find the matching clang libraries in the
CMAKE_LIBRARY_PATH provided by the environment
2022-07-25 10:38:52 -07:00
..
c_flag_overrides.cmake
cxx_flag_overrides.cmake
Findclang.cmake CMake: Search for Clang in CMAKE_LIBRARY_PATH, CMAKE_PREFIX_PATH, and CMAKE_FRAMEWORK_PATH 2022-07-25 10:38:52 -07:00
Findlld.cmake CMake: Search more permissively for LLD 2022-07-23 08:55:56 -07:00
Findllvm.cmake CMake: Search more permissively for LLD 2022-07-23 08:55:56 -07:00
install.cmake