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

13 lines
255 B
CMake

#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
)