mirror of
https://github.com/AdaCore/uwrap.git
synced 2026-02-12 13:06:34 -08:00
8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
project Prj is
|
|
|
|
for Source_Dirs use ("src");
|
|
for Object_dir use "obj";
|
|
|
|
for Main use ("main.adb");
|
|
end Prj;
|