Use Attributes::None instead of 0 after r148553 change on Attributes from unsigned...
[oota-llvm.git] / lib / Target / CppBackend / CMakeLists.txt
index 95b6058243dceca044854f8d5384a742ecde8c1c..515e1dd7e39feda4c51213ac6e12acdfca2e2ac4 100644 (file)
@@ -1,12 +1,5 @@
-add_llvm_target(CppBackend
+add_llvm_target(CppBackendCodeGen
   CPPBackend.cpp
   )
 
-add_llvm_library_dependencies(LLVMCppBackend
-  LLVMCore
-  LLVMCppBackendInfo
-  LLVMSupport
-  LLVMTarget
-  )
-
 add_subdirectory(TargetInfo)