e588c4262737904f6ae10121f858d37596aab122
[oota-llvm.git] / lib / Target / AVR / CMakeLists.txt
1
2
3 add_llvm_target(AVRCodeGen
4     AVRTargetMachine.cpp
5   )
6
7 add_dependencies(LLVMAVRCodeGen intrinsics_gen)
8
9 add_subdirectory(TargetInfo)
10