This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/clpqr/CMakeLists.txt

28 lines
852 B
CMake
Raw Normal View History

2016-11-24 00:07:15 +00:00
################################################################
# SWI-Prolog CLPQR package
# Author: Jan Wielemaker. jan@swi.psy.uva.nl
# Copyright: LGPL (see COPYING or www.gnu.org
################################################################
set (CLPRPRIV clpr/bb_r.pl clpr/bv_r.pl
clpr/fourmotz_r.pl clpr/ineq_r.pl
clpr/itf_r.pl clpr/nf_r.pl
clpr/store_r.pl )
set(CLPQPRIV clpq/bb_q.pl clpq/bv_q.pl
clpq/fourmotz_q.pl clpq/ineq_q.pl
clpq/itf_q.pl clpq/nf_q.pl
clpq/store_q.pl)
set (CLPQRPRIV clpqr/class.pl clpqr/dump.pl
clpqr/geler.pl clpqr/itf.pl
clpqr/ordering.pl
clpqr/project.pl clpqr/redund.pl)
set (LIBPL clpr.pl clpq.pl ${CLPRPRIV} ${CLPQPRIV} ${CLPQRPRIV} )
2018-11-16 14:02:56 +00:00
install ( FILES ${YAP_INSTALL_DATADIR} DESTINATION ${YAP_INSTALL_DATADIR} )
2016-11-24 00:07:15 +00:00
# $(PL) -q -f $(srcdir)/clpr_test.pl -g test,halt -t 'halt(1)'