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