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
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
|
|
project Test_Utils extends "../../boards/common_config.gpr" is
|
|
|
|
for Source_Dirs use ("src");
|
|
for Languages use ("Ada");
|
|
for Object_Dir use "obj/";
|
|
|
|
package Compiler renames Common_Config.Compiler;
|
|
package Builder renames Common_Config.Builder;
|
|
|
|
end Test_Utils;
|