c984f01034f8232754a6eee6ba64b77584bb8dd3
[oota-llvm.git] / tools / llvm-extract / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   BitWriter
3   Core
4   IPO
5   IRReader
6   Support
7   )
8
9 add_llvm_tool(llvm-extract
10   llvm-extract.cpp
11   )