You've already forked Ada_Drivers_Library
mirror of
https://github.com/AdaCore/Ada_Drivers_Library.git
synced 2026-02-12 12:26:55 -08:00
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
project Test_Utils is
|
|
|
|
for Source_Dirs use ("src");
|
|
for Languages use ("Ada");
|
|
for Object_Dir use "obj/";
|
|
for Create_Missing_Dirs use "True";
|
|
|
|
end Test_Utils;
|