mirror of
https://github.com/AdaCore/gpr.git
synced 2026-02-12 12:58:39 -08:00
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
with "gpr2";
|
|
|
|
project Case_Variable3 is
|
|
for Object_Dir use "obj";
|
|
for Exec_Dir use ".";
|
|
for Main use ("main.adb");
|
|
end Case_Variable3; |