blob: a946944dd9915592f80fb8141881ef71c366db05 [file] [log] [blame]
Reid Klecknered8bca42014-11-05 23:14:59 +00001# This file allows users to call find_package(Clang) and pick up our targets.
2
Reid Klecknera2550e62016-02-19 00:56:56 +00003find_package(LLVM REQUIRED CONFIG)
4
Michael Gottesman497e97f2016-06-29 21:59:19 +00005@CLANG_CONFIG_CODE@
6
Michael Gottesman5ba52702016-06-29 21:59:23 +00007set(CLANG_EXPORTED_TARGETS "@CLANG_EXPORTS@")
Michael Gottesman497e97f2016-06-29 21:59:19 +00008set(CLANG_CMAKE_DIR "@CLANG_CONFIG_CMAKE_DIR@")
9
Reid Klecknered8bca42014-11-05 23:14:59 +000010# Provide all our library targets to users.
Michael Gottesman497e97f2016-06-29 21:59:19 +000011include("@CLANG_CONFIG_EXPORTS_FILE@")