mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
fix(ServerLib): Add missing dependency to mlir-headers
When building the ServerLib before any other concretelang target that depends on `mlir-headers`, compilation fails due to missing include files generated by tablegen, e.g., `llvm/IR/Attributes.inc`. This adds a dependency from ServerLib to `mlir-headers`, which forces the generation of the missing header files.
This commit is contained in:
committed by
Quentin Bourgerie
parent
eae898b56f
commit
7aab560dd6
@@ -21,6 +21,9 @@ add_mlir_library(
|
||||
ADDITIONAL_HEADER_DIRS
|
||||
${PROJECT_SOURCE_DIR}/include/concretelang/ServerLib
|
||||
|
||||
DEPENDS
|
||||
mlir-headers
|
||||
|
||||
LINK_LIBS
|
||||
ConcretelangRuntime
|
||||
ConcretelangClientLib
|
||||
|
||||
Reference in New Issue
Block a user