| Index: tools/clang/blink_gc_plugin/CMakeLists.txt
|
| diff --git a/tools/clang/blink_gc_plugin/CMakeLists.txt b/tools/clang/blink_gc_plugin/CMakeLists.txt
|
| index df2bc63e7274982f5a9e98448ce56777fcaa0040..85ce4a9a7e3a145639236b09a2d2d4d588d14223 100644
|
| --- a/tools/clang/blink_gc_plugin/CMakeLists.txt
|
| +++ b/tools/clang/blink_gc_plugin/CMakeLists.txt
|
| @@ -8,6 +8,8 @@ add_llvm_loadable_module("lib${LIBRARYNAME}"
|
| RecordInfo.cpp
|
| )
|
|
|
| +add_dependencies("lib${LIBRARYNAME}" clang)
|
| +
|
| cr_install(TARGETS "lib${LIBRARYNAME}" LIBRARY DESTINATION lib)
|
|
|
| cr_add_test(blink_gc_plugin_test
|
|
|