summaryrefslogtreecommitdiff
path: root/xmake/templates/pascal/console/project/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/templates/pascal/console/project/xmake.lua')
-rw-r--r--xmake/templates/pascal/console/project/xmake.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/xmake/templates/pascal/console/project/xmake.lua b/xmake/templates/pascal/console/project/xmake.lua
new file mode 100644
index 000000000..155005840
--- /dev/null
+++ b/xmake/templates/pascal/console/project/xmake.lua
@@ -0,0 +1,7 @@
+add_rules("mode.debug", "mode.release")
+
+target("${TARGETNAME}")
+ set_kind("binary")
+ add_files("src/*.pas")
+
+${FAQ}