[llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM library
[llvm-core.git] / tools / llvm-cat / CMakeLists.txt
blob61e5f9d004e7d0bc49484753a5955a7bc5f1bdfa
1 set(LLVM_LINK_COMPONENTS
2   IRReader
3   BitReader
4   BitWriter
5   Core
6   Support
7   )
9 add_llvm_tool(llvm-cat
10   llvm-cat.cpp
11   )