5.0. support

This commit is contained in:
Vitor Santos Costa 2016-12-16 03:37:59 -06:00
parent e6c021411b
commit a4bb9f6e0e
3 changed files with 5 additions and 5 deletions

View File

@ -49,9 +49,8 @@ if (GECODE_FOUND)
ARCHIVE DESTINATION ${dlls}
)
install(FILES gecode${GECODE_MAJOR}.yap
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/gecode.yap
DESTINATION ${libpl}
RENAME gecode.yap
)
install(FILES clpfd.yap

View File

@ -2,9 +2,6 @@
/* just for program analysis */
:- module(gecode, [(:=)/2, op(500, xfx, ':='),
(+=)/2, op(500, xfx, '+=')]).
:- include(gecode5_yap_hand_written).
:- include('5.0.0/gecode_yap_auto_generated').

View File

@ -16,6 +16,10 @@
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
%%=============================================================================
:- module(gecode, [(:=)/2, op(500, xfx, ':='),
(+=)/2, op(500, xfx, '+=')]).
/** @defgroup Gecode Gecode Interface
@ingroup packages