llvm-project/clang/examples/AnnotateFunctions/CMakeLists.txt

12 lines
268 B
CMake
Raw Normal View History

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
clangBasic
clangFrontend
clangLex
LLVMSupport
)
endif()