view tools/sanstats/CMakeLists.txt @ 115:95b91bc9a2f8

cleanupflag
author mir3636
date Fri, 05 Aug 2016 19:04:52 +0900
parents 7d135dc70f03
children 1172e4bd9c6f
line wrap: on
line source

set(LLVM_LINK_COMPONENTS
  Support
  Symbolize
  )

add_llvm_tool(sanstats
  sanstats.cpp
  )