Reduce indentation.
[oota-llvm.git] / tools / yaml2obj / CMakeLists.txt
index 0918ea365e4bfe2fcd2bf6e949c7e3a2090572bf..5e63dfbbe72539af3e42d727ef5d5431650853c5 100644 (file)
@@ -1,7 +1,10 @@
-set(LLVM_LINK_COMPONENTS object)
+set(LLVM_LINK_COMPONENTS
+  Object
+  Support
+  )
 
 add_llvm_utility(yaml2obj
   yaml2obj.cpp
+  yaml2coff.cpp
+  yaml2elf.cpp
   )
-
-target_link_libraries(yaml2obj LLVMSupport)