summaryrefslogtreecommitdiff
path: root/examples/AnnotateFunctions/CMakeLists.txt
blob: cf564d527d6a8f692599024eed62a4578c3d83ff (plain)
1
2
3
4
5
6
7
8
9
10
11
add_llvm_loadable_module(AnnotateFunctions AnnotateFunctions.cpp)

if(LLVM_ENABLE_PLUGINS AND (WIN32 OR CYGWIN))
  target_link_libraries(AnnotateFunctions PRIVATE
    clangAST
    clangBasic
    clangFrontend
    clangLex
    LLVMSupport
    )
endif()