1 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. 2 ${CMAKE_CURRENT_SOURCE_DIR}/.. ) 3 4 add_llvm_library(LLVMAVRInfo 5 AVRTargetInfo.cpp 6 ) 7 8