[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / examples / Attribute / CMakeLists.txt
blob770fa28364b770228402f47b12c0b37c74efaf78
1 add_llvm_library(Attribute MODULE Attribute.cpp PLUGIN_TOOL clang)
3 if(WIN32 OR CYGWIN)
4   target_link_libraries(Attribute PRIVATE
5     clangAST
6     clangBasic
7     clangFrontend
8     clangLex
9     LLVMSupport
10     )
11 endif()