1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-21 00:32:23 +00:00
llvm-6502/lib/Target/CppBackend/CMakeLists.txt
2011-11-29 19:25:30 +00:00

6 lines
85 B
CMake

add_llvm_target(CppBackendCodeGen
CPPBackend.cpp
)
add_subdirectory(TargetInfo)