aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/cert/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tidy/cert/CMakeLists.txt')
-rw-r--r--clang-tidy/cert/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tidy/cert/CMakeLists.txt b/clang-tidy/cert/CMakeLists.txt
index edc93c8e..aa05cc47 100644
--- a/clang-tidy/cert/CMakeLists.txt
+++ b/clang-tidy/cert/CMakeLists.txt
@@ -24,5 +24,6 @@ add_clang_library(clangTidyCERTModule
clangTidyGoogleModule
clangTidyMiscModule
clangTidyPerformanceModule
+ clangTidyReadabilityModule
clangTidyUtils
)