You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
18 lines
353 B
Plaintext
18 lines
353 B
Plaintext
with "../common/common";
|
|
with "../shared";
|
|
with "gnatcoll";
|
|
with "gnatcoll_sqlite";
|
|
with "gnatcoll_xref";
|
|
with "../language/language";
|
|
with "../toolchains_editor/core/toolchains_core";
|
|
|
|
project Kernel_Core is
|
|
|
|
for Source_Dirs use ("src_info");
|
|
|
|
for Object_Dir use Shared'Object_Dir;
|
|
|
|
package Compiler renames Shared.Compiler;
|
|
|
|
end Kernel_Core;
|