diff options
Diffstat (limited to 'lib/StaticAnalyzer/Frontend/CMakeLists.txt')
| -rw-r--r-- | lib/StaticAnalyzer/Frontend/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/StaticAnalyzer/Frontend/CMakeLists.txt b/lib/StaticAnalyzer/Frontend/CMakeLists.txt index 16014bad3c06..bbcb085f8478 100644 --- a/lib/StaticAnalyzer/Frontend/CMakeLists.txt +++ b/lib/StaticAnalyzer/Frontend/CMakeLists.txt @@ -1,6 +1,7 @@ set(LLVM_NO_RTTI 1) -set(LLVM_USED_LIBS clangBasic clangLex clangAST clangFrontend clangRewrite) +set(LLVM_USED_LIBS clangBasic clangLex clangAST clangFrontend clangRewrite + clangStaticAnalyzerCheckers) include_directories( ${CMAKE_CURRENT_BINARY_DIR}/../Checkers ) |
