view utils/FileCheck/CMakeLists.txt @ 109:6916f1d3a436

meu
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Mon, 01 Feb 2016 03:02:03 +0900
parents 54457678186b
children 3a76565eade5
line wrap: on
line source

add_llvm_utility(FileCheck
  FileCheck.cpp
  )

target_link_libraries(FileCheck LLVMSupport)