All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cvc5-cvc5-1.2.0.examples.api.cpp.CMakeLists.txt Maven / Gradle / Ivy

The newest version!
###############################################################################
# Top contributors (to current version):
#   Mathias Preiner, Abdalrhman Mohamed, Aina Niemetz
#
# This file is part of the cvc5 project.
#
# Copyright (c) 2009-2024 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.
# #############################################################################
#
# The build system configuration.
##

set(CVC5_EXAMPLES_API_CPP
  bags
  bitvectors
  bitvectors_and_arrays
  combination
  datatypes
  extract
  floating_point_arith
  helloworld
  linear_arith
  quickstart
  relations
  sequences
  sets
  strings
  transcendentals
  parser
  parser_sym_manager
  uf
)

foreach(example ${CVC5_EXAMPLES_API_CPP})
  cvc5_add_example(${example} "" "api/cpp")
endforeach()

if(CVC5_USE_COCOA)
  cvc5_add_example(finite_field "" "api/cpp")
endif()

set(SYGUS_EXAMPLES_API_CPP
  sygus-fun
  sygus-inv
)

foreach(example ${SYGUS_EXAMPLES_API_CPP})
  cvc5_add_example(${example} "${example}.cpp utils.h utils.cpp" "api/cpp")
endforeach()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy