Home | History | Annotate | Download | only in Utils
      1 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
      2 
      3 add_llvm_library(LLVMAArch64Utils
      4   AArch64BaseInfo.cpp
      5   )
      6