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