[clang-fuzzer] Include ExternalProject before using it.

Some versions of CMake require ExternalProject to be included before we
can use ExternalProject_Add.

llvm-svn: 357803
This commit is contained in:
Matt Morehouse 2019-04-05 19:47:17 +00:00
parent 80aa2290fb
commit 59df934b3a
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
include(ExternalProject)
set(PBM_PREFIX protobuf_mutator)
set(PBM_PATH ${CMAKE_CURRENT_BINARY_DIR}/${PBM_PREFIX}/src/${PBM_PREFIX})
set(PBM_LIB_PATH ${PBM_PATH}-build/src/libprotobuf-mutator.a)