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