repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
external
/
bsd
/
llvm
/
dist
/
clang
/
examples
/
analyzer-plugin
/
CMakeLists.txt
blob
1788d6c5cac96b7073152dee94e0e5870e7e8add
1
add_llvm_loadable_module(SampleAnalyzerPlugin MainCallChecker.cpp)
2
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()