[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lldb / tools / argdumper / CMakeLists.txt
blob29a2186af3cbfb99069c640798bdef430fcbcc12
1 add_lldb_tool(lldb-argdumper ADD_TO_FRAMEWORK
2   argdumper.cpp
4   LINK_COMPONENTS
5     Support
8 add_dependencies(liblldb lldb-argdumper)