Chromium Code Reviews| 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) |
|
Nico
2014/10/11 01:04:57
why these changes?
hans
2014/10/11 04:31:46
https://codereview.chromium.org/615083006/, which
|
| + |
| cr_install(TARGETS libFindBadConstructs LIBRARY DESTINATION lib) |
| cr_add_test(plugins_test |