Fix Java target and Relations example (#4583)
authorAndres Noetzli <andres.noetzli@gmail.com>
Tue, 9 Jun 2020 04:20:25 +0000 (21:20 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2020 04:20:25 +0000 (21:20 -0700)
commit84c72e3c371dc916604e66f4af4f138833f7c11b
treecd2a12dbde65c51822c534bdda5c5b1316ae8dde
parentf515641c3b078185743aed831e2fe6c2759341fb
Fix Java target and Relations example (#4583)

Currently, our CVC4Config file is never including the CVC4 Java targets
because of a typo in `cmake/CVC4Config.cmake.in`. For this reason, our
build system for the examples would never actually build the examples.
Fixing this issue brought up another issue in our Relations Java example
that was using an outdated `System.loadLibrary()` call. This commit
fixes the typo and the example.

Note: Most changes in `Relations.java` were caused by ClangFormat.
cmake/CVC4Config.cmake.in
examples/api/java/Relations.java