Home | History | Annotate | Download | only in TargetInfo
      1 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/..
      2                      ${CMAKE_CURRENT_SOURCE_DIR}/.. )
      3 
      4 add_llvm_library(LLVMAVRInfo
      5   AVRTargetInfo.cpp
      6 )
      7 
      8 add_dependencies(LLVMAVRInfo AVRCommonTableGen)
      9 
     10