CMakeLists.txt   [plain text]


add_llvm_target(CBackendCodeGen
  CBackend.cpp
  )

add_subdirectory(TargetInfo)