Remove building with NOCRYPTO option
[minix.git] / external / bsd / llvm / dist / clang / examples / analyzer-plugin / CMakeLists.txt
blob1788d6c5cac96b7073152dee94e0e5870e7e8add
1 add_llvm_loadable_module(SampleAnalyzerPlugin MainCallChecker.cpp)
3 if(LLVM_ENABLE_PLUGINS AND (WIN32 OR CYGWIN))
4   target_link_libraries(SampleAnalyzerPlugin ${cmake_2_8_12_PRIVATE}
5     clangAnalysis
6     clangAST
7     clangStaticAnalyzerCore
8     LLVMSupport
9     )
10 endif()