llvm-project/llvm/lib/Target/CBackend/CMakeLists.txt

6 lines
81 B
CMake

add_llvm_target(CBackendCodeGen
CBackend.cpp
)
add_subdirectory(TargetInfo)