summaryrefslogtreecommitdiff
path: root/lib/Target/CppBackend/CMakeLists.txt
blob: 95b6058243dceca044854f8d5384a742ecde8c1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
add_llvm_target(CppBackend
  CPPBackend.cpp
  )

add_llvm_library_dependencies(LLVMCppBackend
  LLVMCore
  LLVMCppBackendInfo
  LLVMSupport
  LLVMTarget
  )

add_subdirectory(TargetInfo)