aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CppBackend/CMakeLists.txt
blob: 7e138b26952426cddf7d2d8b1ba308161f52e839 (plain)
1
2
3
4
5
6
add_llvm_target(CppBackendCodeGen
  CPPBackend.cpp
  Relooper.cpp
  )

add_subdirectory(TargetInfo)