diff options
Diffstat (limited to 'llvm/tools/llvm-objcopy/CMakeLists.txt')
-rw-r--r-- | llvm/tools/llvm-objcopy/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/tools/llvm-objcopy/CMakeLists.txt b/llvm/tools/llvm-objcopy/CMakeLists.txt new file mode 100644 index 00000000000..18cc2075345 --- /dev/null +++ b/llvm/tools/llvm-objcopy/CMakeLists.txt @@ -0,0 +1,9 @@ +set(LLVM_LINK_COMPONENTS + Object + Support + MC + ) +add_llvm_tool(llvm-objcopy + llvm-objcopy.cpp + Object.cpp + ) |