From 61a47b28741a2dcff7213fafec9f42d0a5cf157b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Mon, 26 Jan 2015 04:18:00 +0000 Subject: [PATCH] cmake --- library/dialect/swi/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 library/dialect/swi/CMakeLists.txt diff --git a/library/dialect/swi/CMakeLists.txt b/library/dialect/swi/CMakeLists.txt new file mode 100644 index 000000000..8c93b3a36 --- /dev/null +++ b/library/dialect/swi/CMakeLists.txt @@ -0,0 +1,11 @@ +set (SDIALECTS_PL + INDEX.pl + listing.pl + syspred_options.pl + ) + + +install(FILES ${SDIALECTS_PL} + DESTINATION ${libpl}/dialect/swi + ) + \ No newline at end of file