| Index: tools/clang/plugins/CMakeLists.txt
|
| diff --git a/tools/clang/plugins/CMakeLists.txt b/tools/clang/plugins/CMakeLists.txt
|
| index 7dcdb4884184ab4dd1fabe0383c6f650d3517aee..d17de19fcd09d79a5a41860469a9dd97a557f29a 100644
|
| --- a/tools/clang/plugins/CMakeLists.txt
|
| +++ b/tools/clang/plugins/CMakeLists.txt
|
| @@ -4,6 +4,8 @@ add_llvm_loadable_module(libFindBadConstructs
|
| FindBadConstructsConsumer.cpp
|
| )
|
|
|
| +add_dependencies(libFindBadConstructs clang)
|
| +
|
| cr_install(TARGETS libFindBadConstructs LIBRARY DESTINATION lib)
|
|
|
| cr_add_test(plugins_test
|
|
|