blob: 557c55ae2f7251a31705af96c4db45768ec2eec6 [file] [log] [blame]
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/..
${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMAVRInfo
AVRTargetInfo.cpp
)
add_dependencies(LLVMAVRInfo AVRCommonTableGen)