summaryrefslogtreecommitdiff
path: root/src/bindings
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-07-29 13:58:09 -0500
committerGitHub <noreply@github.com>2019-07-29 13:58:09 -0500
commit90eddb069c3c9abf96719ac20aff45b44af86207 (patch)
tree5e9b48565fdcc33ecbc094ae5e14101e6e4ccb3c /src/bindings
parent3aba99657b39ccc0ab400c7ed9778673a3acddd7 (diff)
Support get-abduct smt2 command (#3122)
Diffstat (limited to 'src/bindings')
-rw-r--r--src/bindings/java/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bindings/java/CMakeLists.txt b/src/bindings/java/CMakeLists.txt
index a94afc0a0..555ab2d6f 100644
--- a/src/bindings/java/CMakeLists.txt
+++ b/src/bindings/java/CMakeLists.txt
@@ -111,6 +111,7 @@ set(gen_java_files
${CMAKE_CURRENT_BINARY_DIR}/FloatingPointToUBV.java
${CMAKE_CURRENT_BINARY_DIR}/FloatingPointType.java
${CMAKE_CURRENT_BINARY_DIR}/FunctionType.java
+ ${CMAKE_CURRENT_BINARY_DIR}/GetAbductCommand.java
${CMAKE_CURRENT_BINARY_DIR}/GetAssertionsCommand.java
${CMAKE_CURRENT_BINARY_DIR}/GetAssignmentCommand.java
${CMAKE_CURRENT_BINARY_DIR}/GetInfoCommand.java
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback