You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
15 lines
251 B
Plaintext
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;
|