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
Vitor Santos Costa e89bc55b9f cmake
2018-11-16 14:02:56 +00:00

13 lines
269 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 ${YAP_INSTALL_DATADIR}/ytest
)