[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / tools / llvm-readtapi / CMakeLists.txt
blob277011cf13c8e418974a9ec800cd01af33d11f7d
1 set(LLVM_LINK_COMPONENTS
2   Object
3   Support
4   TextAPI
5   )
7 add_llvm_tool(llvm-readtapi
8   llvm-readtapi.cpp
9   DiffEngine.cpp
10   )
12 if(LLVM_INSTALL_BINUTILS_SYMLINKS)
13   add_llvm_tool_symlink(readtapi llvm-readtapi)
14 endif()