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

if(LLVM_ENABLE_PLUGINS AND (WIN32 OR CYGWIN))
  target_link_libraries(AnnotateFunctions ${cmake_2_8_12_PRIVATE}
    clangAST
    clangFrontend
    LLVMSupport
    )
endif()