Sort includes for all of the .h files under the 'lib' tree. These were
[oota-llvm.git] / lib / MC / MCDisassembler / CMakeLists.txt
1 add_llvm_library(LLVMMCDisassembler
2   Disassembler.cpp
3   EDDisassembler.cpp
4   EDInst.cpp
5   EDMain.cpp
6   EDOperand.cpp
7   EDToken.cpp
8   )