You've already forked ada-traits-containers
mirror of
https://github.com/AdaCore/ada-traits-containers.git
synced 2026-02-12 12:29:16 -08:00
12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
aggregate project Root is
|
|
|
|
for Project_files use ("src/containers.gpr", "tests/**/*.gpr");
|
|
for Project_Path use ("src/");
|
|
for Object_Dir use "src/obj";
|
|
|
|
package Ide is
|
|
for Xref_Database use "src/obj/gnatinspect.db";
|
|
end Ide;
|
|
|
|
end Root;
|