You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
418 B
14 lines
418 B
# This file allows users to call find_package(Flang) and pick up our targets.
|
|
|
|
@FLANG_CONFIG_CODE@
|
|
|
|
find_package(LLVM REQUIRED CONFIG
|
|
HINTS "@FLANG_CONFIG_LLVM_CMAKE_DIR@")
|
|
|
|
set(FLANG_EXPORTED_TARGETS "@FLANG_EXPORTS@")
|
|
set(FLANG_CMAKE_DIR "FLANG_CONFIG_CMAKE_DIR@")
|
|
set(FLANG_INCLUDE_DIRS "@FLANG_CONFIG_INCLUDE_DIRS@")
|
|
|
|
# Provide all our library targets to users.
|
|
include("@FLANG_CONFIG_EXPORTS_FILE@")
|