[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / tools / llvm-modextract / CMakeLists.txt
blob8d967ac1ee6b2be677ea36f4308d6cbe050089d1
1 set(LLVM_LINK_COMPONENTS
2   BitReader
3   BitWriter
4   Core
5   Support
6   )
8 add_llvm_tool(llvm-modextract
9   llvm-modextract.cpp
10   )