view lib/LineEditor/CMakeLists.txt @ 107:a03ddd01be7e

resolve warnings
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sun, 31 Jan 2016 17:34:49 +0900
parents 60c9769439b8
children
line wrap: on
line source

if(HAVE_LIBEDIT)
  set(link_libs edit)
endif()

add_llvm_library(LLVMLineEditor
  LineEditor.cpp

  ADDITIONAL_HEADER_DIRS
  ${LLVM_MAIN_INCLUDE_DIR}/llvm/LineEditor

  LINK_LIBS
  LLVMSupport
  ${link_libs}
  )