all the liles..

This commit is contained in:
Vitor Santos Costa 2016-09-21 15:01:26 -05:00
parent e70b7060d1
commit d273270c11

View File

@ -1,62 +1,65 @@
set(PL_SOURCES set(PL_SOURCES
absf.yap absf.yap
arith.yap arith.yap
arithpreds.yap arithpreds.yap
arrays.yap arrays.yap
attributes.yap atoms.yap
atoms.yap attributes.yap
boot.yap boot.yap
bootutils.yap bootlists.yap
callcount.yap bootutils.yap
checker.yap callcount.yap
consult.yap checker.yap
control.yap consult.yap
corout.yap control.yap
debug.yap corout.yap
dbload.yap dbload.yap
depth_bound.yap debug.yap
dialect.yap depth_bound.yap
directives.yap dialect.yap
eam.yap directives.yap
eval.yap eam.yap
errors.yap error.yap
flags.yap errors.yap
grammar.yap eval.yap
ground.yap flags.yap
hacks.yap grammar.yap
init.yap ground.yap
listing.yap hacks.yap
bootlists.yap init.yap
load_foreign.yap listing.yap
messages.yap load_foreign.yap
meta.yap messages.yap
modules.yap meta.yap
newmod.yap modules.yap
os.yap newmod.yap
preddecls.yap os.yap
preddyns.yap pathconf.yap
preds.yap pl
profile.yap preddecls.yap
protect.yap preddyns.yap
qly.yap preds.yap
save.yap profile.yap
setof.yap protect.yap
signals.yap qly.yap
sort.yap save.yap
statistics.yap setof.yap
strict_iso.yap signals.yap
tabling.yap sort.yap
threads.yap spy.yap
udi.yap statistics.yap
undefined.yap strict_iso.yap
utils.yap swi.yap
swi.yap tabling.yap
yapor.yap threads.yap
yio.yap udi.yap
undefined.yap
utils.yap
yapor.yap
yio.yap
) )
if (ANDROID) if (ANDROID)
message("${libpl}")
file(INSTALL ${PL_SOURCES} DESTINATION ${libpl}/pl) file(INSTALL ${PL_SOURCES} DESTINATION ${libpl}/pl)
else() else()