view unittests/AsmParser/CMakeLists.txt @ 124:4fa72497ed5d

fix
author mir3636
date Thu, 30 Nov 2017 20:04:56 +0900
parents afa8332a0e37
children
line wrap: on
line source

set(LLVM_LINK_COMPONENTS
  AsmParser
  Core
  Support
  )

add_llvm_unittest(AsmParserTests
  AsmParserTest.cpp
  )