You've already forked gnatcoll-bindings
mirror of
https://github.com/AdaCore/gnatcoll-bindings.git
synced 2026-02-12 12:59:11 -08:00
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
project Test_Support is
|
|
|
|
for Source_Dirs use (".");
|
|
for Object_Dir use "obj/support";
|
|
for Languages use ("Ada");
|
|
end Test_Support;
|