Sync llvm-ar's help string with the options it supports.
[oota-llvm.git] / tools / yaml2obj / CMakeLists.txt
index 0918ea365e4bfe2fcd2bf6e949c7e3a2090572bf..8d9d6522469db39a411447bda0a85d56eaea5641 100644 (file)
@@ -2,6 +2,8 @@ set(LLVM_LINK_COMPONENTS object)
 
 add_llvm_utility(yaml2obj
   yaml2obj.cpp
+  yaml2coff.cpp
+  yaml2elf.cpp
   )
 
 target_link_libraries(yaml2obj LLVMSupport)