xref: /minix3/external/bsd/llvm/dist/clang/tools/diagtool/CMakeLists.txt (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1f4a2713aSLionel Sambucset(LLVM_LINK_COMPONENTS
2*0a6a1f1dSLionel Sambuc  Support
3f4a2713aSLionel Sambuc  )
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambucadd_clang_executable(diagtool
6f4a2713aSLionel Sambuc  diagtool_main.cpp
7f4a2713aSLionel Sambuc  DiagTool.cpp
8f4a2713aSLionel Sambuc  DiagnosticNames.cpp
9f4a2713aSLionel Sambuc  ListWarnings.cpp
10f4a2713aSLionel Sambuc  ShowEnabledWarnings.cpp
11f4a2713aSLionel Sambuc  TreeView.cpp
12f4a2713aSLionel Sambuc)
13f4a2713aSLionel Sambuc
14f4a2713aSLionel Sambuctarget_link_libraries(diagtool
15f4a2713aSLionel Sambuc  clangBasic
16f4a2713aSLionel Sambuc  clangFrontend
17f4a2713aSLionel Sambuc  )
18f4a2713aSLionel Sambuc
19f4a2713aSLionel Sambucif(UNIX)
20f4a2713aSLionel Sambuc  set(CLANGXX_LINK_OR_COPY create_symlink)
21f4a2713aSLionel Sambucelse()
22f4a2713aSLionel Sambuc  set(CLANGXX_LINK_OR_COPY copy)
23f4a2713aSLionel Sambucendif()
24