mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-01 05:11:15 +00:00
[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:
parent
80aa2290fb
commit
59df934b3a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user