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/swi/library/CMakeLists.txt

48 lines
699 B
CMake
Raw Normal View History

set (LIBRARY_PL
aggregate.pl
base64.pl
broadcast.pl
ctypes.pl
date.pl
debug.pl
edit.pl
error.pl
main.pl
menu.pl
nb_set.pl
occurs.yap
operators.pl
option.pl
pairs.pl
plunit.pl
predicate_options.pl
predopts.pl
prolog_clause.pl
prolog_colour.pl
prolog_source.pl
prolog_xref.pl
pure_input.pl
quasi_quotations.pl
quintus.pl
record.pl
settings.pl
shlib.pl
thread_pool.pl
unix.pl
url.pl
utf8.pl
win_menu.pl
www_browser.pl
dcg/basics.pl
)
add_to_group( pl_library LIBRARY_PL )
if (ANDROID)
file(INSTALL ${LIBRARY_PL} DESTINATION ${libpl})
else()
DESTINATION ${libpl}
)