mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-13 22:00:14 +00:00
clangd-fuzzer: repair the build
The inclusion of private headers of clangd percolates into the fuzzer. llvm-svn: 358127
This commit is contained in:
parent
5c4273620d
commit
a73936a50f
@ -1,4 +1,5 @@
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..
|
||||
${CMAKE_CURRENT_BINARY_DIR}/..)
|
||||
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
FuzzMutate
|
||||
|
Loading…
x
Reference in New Issue
Block a user