5.0. support
This commit is contained in:
parent
e6c021411b
commit
a4bb9f6e0e
@ -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
|
||||
|
@ -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').
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user