This commit is contained in:
Vitor Santos Costa 2017-05-02 04:08:03 +01:00
parent 83b137f117
commit 0320d8b49b
3 changed files with 8 additions and 7 deletions

View File

@ -62,6 +62,7 @@ set (LIBRARY_PL
block_diagram.yap
)
MY_add_subdirectory(dialect)
MY_add_subdirectory(clp)
MY_add_subdirectory(matlab)
@ -73,6 +74,7 @@ MY_add_subdirectory(system)
MY_add_subdirectory(tries)
MY_add_subdirectory(ytest)
add_to_group( pl_library LIBRARY_PL )
if (0)
file(COPY ${LIBRARY_PL} DESTINATION ${libpl})

View File

@ -1,6 +1,6 @@
set (LIBRARY_PL_VLP
clpfd.pl
clp_distinct.pl
clpfd.pl
clp_distinct.pl
simplex.pl
)
@ -8,6 +8,4 @@ install(FILES ${LIBRARY_PL_CLP}
DESTINATION ${libpl}
)
add_to_group( pl_library LIBRARY_PL_CLP )

View File

@ -3,7 +3,9 @@
* @author Bob Welham, Lawrence Byrd, and R. A. O'Keefe. Contributions from Vitor Santos Costa, Jan Wielemaker and others.
* @date 1999
*
* @addtogroup library The Prolog Library
* @addtogroup lists The Prolog Library
*
* @ingroup library
*
* @{
*
@ -626,4 +628,3 @@ close_list([_|T]) :-
%% @}
/** @} */