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

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

set(LLVM_LINK_COMPONENTS
  AsmParser
  core
  linker
  )

set(LinkerSources
  LinkModulesTest.cpp
  )

add_llvm_unittest(LinkerTests
  ${LinkerSources}
  )