mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
[CMake] Fix building the Java bindings.
This was broken due to495ef0f055
anda914822346
adding and removing source files without updating the CMake build.
This commit is contained in:
parent
462d3e8e8b
commit
289e51f455
|
@ -110,7 +110,9 @@ set(Z3_JAVA_JAR_SOURCE_FILES
|
||||||
BitVecSort.java
|
BitVecSort.java
|
||||||
BoolExpr.java
|
BoolExpr.java
|
||||||
BoolSort.java
|
BoolSort.java
|
||||||
|
ConstructorDecRefQueue.java
|
||||||
Constructor.java
|
Constructor.java
|
||||||
|
ConstructorListDecRefQueue.java
|
||||||
ConstructorList.java
|
ConstructorList.java
|
||||||
Context.java
|
Context.java
|
||||||
DatatypeExpr.java
|
DatatypeExpr.java
|
||||||
|
@ -136,7 +138,6 @@ set(Z3_JAVA_JAR_SOURCE_FILES
|
||||||
GoalDecRefQueue.java
|
GoalDecRefQueue.java
|
||||||
Goal.java
|
Goal.java
|
||||||
IDecRefQueue.java
|
IDecRefQueue.java
|
||||||
IDisposable.java
|
|
||||||
InterpolationContext.java
|
InterpolationContext.java
|
||||||
IntExpr.java
|
IntExpr.java
|
||||||
IntNum.java
|
IntNum.java
|
||||||
|
|
Loading…
Reference in a new issue