CMake build fixes, from Xerxes Ranby

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74720 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Douglas Gregor
2009-07-02 18:53:52 +00:00
parent 45f5d6417b
commit 033080cf6a
10 changed files with 19 additions and 1 deletions

View File

@@ -26,3 +26,5 @@ add_llvm_target(PowerPCCodeGen
PPCTargetAsmInfo.cpp
PPCTargetMachine.cpp
)
target_link_libraries (LLVMPowerPCCodeGen LLVMSelectionDAG)