• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include_directories( ${CMAKE_CURRENT_BINARY_DIR}/..
2                     ${CMAKE_CURRENT_SOURCE_DIR}/.. )
3
4add_llvm_library(LLVMAVRInfo
5  AVRTargetInfo.cpp
6)
7
8add_dependencies(LLVMAVRInfo AVRCommonTableGen)
9
10