summaryrefslogtreecommitdiff
path: root/cmake/cvc5Config.cmake.in
blob: 6b238fb38ae52b92fbb20818312e16eaf1f056f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
###############################################################################
# Top contributors (to current version):
#   Mudathir Mohamed, Mathias Preiner, Andres Noetzli
#
# This file is part of the cvc5 project.
#
# Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
# in the top-level source directory and their institutional affiliations.
# All rights reserved.  See the file COPYING in the top-level source
# directory for licensing information.
# #############################################################################
##

@PACKAGE_INIT@

set(CVC5_BINDINGS_JAVA @BUILD_BINDINGS_JAVA@)
set(CVC5_BINDINGS_PYTHON @BUILD_BINDINGS_PYTHON@)
set(CVC5_BINDINGS_PYTHON_VERSION @BUILD_BINDINGS_PYTHON_VERSION@)

if(NOT TARGET cvc5::cvc5)
  include(${CMAKE_CURRENT_LIST_DIR}/cvc5Targets.cmake)
endif()

# TODO(project wishue #83): enable these lines
# if(CVC5_BINDINGS_JAVA AND NOT TARGET cvc5::cvc5jar)
#  set_and_check(CVC5_JNI_PATH "@PACKAGE_LIBRARY_INSTALL_DIR@")
# include(${CMAKE_CURRENT_LIST_DIR}/cvc5JavaTargets.cmake)
# endif()

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback