Files
gnatstudio/python/python.gpr
2024-07-16 06:04:02 +00:00

16 lines
263 B
Plaintext

with "../shared";
with "../kernel/kernel";
with "gnatcoll";
with "python_core";
project Python is
for Source_Dirs use ("src");
for Object_Dir use Shared'Object_Dir;
for Languages use ("Ada");
package Compiler renames Shared.Compiler;
end Python;