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

15 lines
251 B
Plaintext

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