diff options
Diffstat (limited to 'clang/tools/clang-fuzzer/proto-to-cxx')
| -rw-r--r-- | clang/tools/clang-fuzzer/proto-to-cxx/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/tools/clang-fuzzer/proto-to-cxx/CMakeLists.txt b/clang/tools/clang-fuzzer/proto-to-cxx/CMakeLists.txt index 36235a584bd..2b0ade44556 100644 --- a/clang/tools/clang-fuzzer/proto-to-cxx/CMakeLists.txt +++ b/clang/tools/clang-fuzzer/proto-to-cxx/CMakeLists.txt @@ -5,9 +5,9 @@ set(CMAKE_CXX_FLAGS ${CXX_FLAGS_NOFUZZ}) # an executable built from this directory. set(LLVM_OPTIONAL_SOURCES proto_to_cxx.cpp proto_to_cxx_main.cpp) -add_clang_library(clangProtoToCXX proto_to_cxx.cpp +add_clang_library(clangProtoToCXX proto_to_cxx.cpp DEPENDS clangCXXProto - LINK_LIBS clangCXXProto + LINK_LIBS clangCXXProto ${PROTOBUF_LIBRARIES} ) add_clang_executable(clang-proto-to-cxx proto_to_cxx_main.cpp) |

