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
162 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}
DESTINATION ${libpl}/dialect/swi
)