summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2011-02-20 12:57:14 +0000
committerDimitry Andric <dim@FreeBSD.org>2011-02-20 12:57:14 +0000
commitcf099d11218cb6f6c5cce947d6738e347f07fb12 (patch)
treed2b61ce94e654cb01a254d2195259db5f9cc3f3c /tools/llvm-objdump/CMakeLists.txt
parent49011b52fcba02a6051957b84705159f52fae4e4 (diff)
Diffstat (limited to 'tools/llvm-objdump/CMakeLists.txt')
-rw-r--r--tools/llvm-objdump/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/llvm-objdump/CMakeLists.txt b/tools/llvm-objdump/CMakeLists.txt
new file mode 100644
index 0000000000000..4181b32bca679
--- /dev/null
+++ b/tools/llvm-objdump/CMakeLists.txt
@@ -0,0 +1,11 @@
+set(LLVM_LINK_COMPONENTS
+ ${LLVM_TARGETS_TO_BUILD}
+ MC
+ MCParser
+ MCDisassembler
+ Object
+ )
+
+add_llvm_tool(llvm-objdump
+ llvm-objdump.cpp
+ )