CMakeLists.txt   [plain text]


add_llvm_target(CppBackendCodeGen
  CPPBackend.cpp
  )

add_subdirectory(TargetInfo)