]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/lld/lib/Core/CMakeLists.txt
Merge ^/head r311692 through r311807.
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / lld / lib / Core / CMakeLists.txt
1 add_lld_library(lldCore
2   DefinedAtom.cpp
3   Error.cpp
4   File.cpp
5   LinkingContext.cpp
6   Reader.cpp
7   Reproduce.cpp
8   Resolver.cpp
9   SymbolTable.cpp
10   Writer.cpp
11
12   ADDITIONAL_HEADER_DIRS
13   ${LLD_INCLUDE_DIR}/lld/Core
14
15   LINK_LIBS
16     LLVMSupport
17   )