xmake-pascal
Installation
SKILL.md
Building Pascal with Xmake
Xmake supports Pascal (via FreePascal fpc) since v2.5.8.
1. Minimal project
add_rules("mode.debug", "mode.release")
target("hello")
set_kind("binary")
add_files("src/main.pas")
Recognized extensions: .pas, .pp, .lpr.