blob: 7cad0a0a1d1a0bae20a5b4c3811a22c2faeaeeb0 [file] [log] [blame]
##===----------------------------------------------------------------------===##
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
##===----------------------------------------------------------------------===##
#
# Common ELF functionality for target plugins
#
##===----------------------------------------------------------------------===##
add_library(elf_common INTERFACE)
target_include_directories(elf_common INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})