Files
gnatstudio/python/python_core.gpr
Vadim Godunko 14a6978bb9 Add dependency from vss_os.gpr
(cherry picked from commit efcc8e4994)
2025-09-19 10:04:04 +00:00

17 lines
302 B
Plaintext

with "vss_os.gpr";
with "../shared";
with "../kernel/kernel_core";
with "gnatcoll";
with "gnatcoll_python";
project Python_Core is
for Source_Dirs use ("core");
for Object_Dir use Shared'Object_Dir;
for Languages use ("Ada");
package Compiler renames Shared.Compiler;
end Python_Core;