ClangConfig.cmake 369 B

12345678
  1. # This file allows users to call find_package(Clang) and pick up our targets.
  2. # Clang doesn't have any CMake configuration settings yet because it mostly
  3. # uses LLVM's. When it does, we should move this file to ClangConfig.cmake.in
  4. # and call configure_file() on it.
  5. # Provide all our library targets to users.
  6. include("${CMAKE_CURRENT_LIST_DIR}/ClangTargets.cmake")