ReleaseNotes: C API policy; by Eric Christopher
[oota-llvm.git] / tools / llvm-bcanalyzer / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   BitReader
3   Support
4   )
5
6 add_llvm_tool(llvm-bcanalyzer
7   llvm-bcanalyzer.cpp
8   )