Index: tools/clang/plugins/CMakeLists.txt |
diff --git a/tools/clang/plugins/CMakeLists.txt b/tools/clang/plugins/CMakeLists.txt |
index 04de853e16f217957965ed383250261d9b2076a8..6be8b2eb699d55bf9f39eb2372c8d4ab7be51789 100644 |
--- a/tools/clang/plugins/CMakeLists.txt |
+++ b/tools/clang/plugins/CMakeLists.txt |
@@ -1,7 +1,8 @@ |
set(plugin_sources |
ChromeClassTester.cpp |
FindBadConstructsAction.cpp |
- FindBadConstructsConsumer.cpp) |
+ FindBadConstructsConsumer.cpp |
+ CheckIPCVisitor.cpp) |
if(WIN32) |
# Clang doesn't support loadable modules on Windows. Unfortunately, building |