diff options
Diffstat (limited to 'cmake/modules/ClangConfig.cmake')
-rw-r--r-- | cmake/modules/ClangConfig.cmake | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmake/modules/ClangConfig.cmake b/cmake/modules/ClangConfig.cmake new file mode 100644 index 0000000000000..f052bb9e8c8e7 --- /dev/null +++ b/cmake/modules/ClangConfig.cmake @@ -0,0 +1,8 @@ +# This file allows users to call find_package(Clang) and pick up our targets. + +# Clang doesn't have any CMake configuration settings yet because it mostly +# uses LLVM's. When it does, we should move this file to ClangConfig.cmake.in +# and call configure_file() on it. + +# Provide all our library targets to users. +include("${CMAKE_CURRENT_LIST_DIR}/ClangTargets.cmake") |