xref: /minix3/external/bsd/llvm/dist/clang/cmake/modules/ClangConfig.cmake (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1# This file allows users to call find_package(Clang) and pick up our targets.
2
3# Clang doesn't have any CMake configuration settings yet because it mostly
4# uses LLVM's. When it does, we should move this file to ClangConfig.cmake.in
5# and call configure_file() on it.
6
7# Provide all our library targets to users.
8include("${CMAKE_CURRENT_LIST_DIR}/ClangTargets.cmake")
9