[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / clang / examples / Attribute / CMakeLists.txt
blob0200063d86b0ca29fdacde32b34f9307e0fd9288
1 add_llvm_library(Attribute MODULE Attribute.cpp PLUGIN_TOOL clang)
3 if(WIN32 OR CYGWIN)
4   set(LLVM_LINK_COMPONENTS
5     Support
6   )
7   clang_target_link_libraries(Attribute PRIVATE
8     clangAST
9     clangBasic
10     clangFrontend
11     clangLex
12     )
13 endif()