new files

This commit is contained in:
Vítor Santos Costa 2016-01-03 03:21:00 +00:00
parent 661f33ac7e
commit bd208fe63e
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#code used to emulate the support routines in the YAP kernel...
set (HELPER_PL
preds.yap
)
add_custom_target (ytest_helpers SOURCES ${HELPER_PL} ) # WORKING_DIRECTORY ${CMAKE_BINARY_DIR} )
install(FILES ${HELPER_PL}
DESTINATION ${libpl}/ytest
)