repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
tools
/
clang-offload-packager
/
CMakeLists.txt
blob
accc9486f46abe046898bee5813d02a5430e306d
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
BinaryFormat
4
Object
5
Support)
6
7
add_clang_tool(clang-offload-packager
8
ClangOffloadPackager.cpp
9
10
DEPENDS
11
${tablegen_deps}
12
)
13
14
add_dependencies(clang clang-offload-packager)
15
16
clang_target_link_libraries(clang-offload-packager
17
PRIVATE
18
clangBasic
19
)