Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / tools / llvm-extract / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS asmparser ipo bitreader bitwriter)
2
3 add_llvm_tool(llvm-extract
4   llvm-extract.cpp
5   )