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

12 lines
176 B
CMake
Raw Normal View History

2015-01-26 04:18:00 +00:00
set (SDIALECTS_PL
2015-06-19 01:29:16 +01:00
INDEX.pl
listing.pl
syspred_options.pl
2015-01-26 04:18:00 +00:00
)
2016-02-03 09:22:23 +00:00
add_SubDirectory( fli )
2015-01-26 04:18:00 +00:00
install(FILES ${SDIALECTS_PL}
2018-11-16 14:02:56 +00:00
DESTINATION ${YAP_INSTALL_DATADIR}/dialect/swi
2015-01-26 04:18:00 +00:00
)