Files
gnatstudio/kernel/kernel_core.gpr
Nicolas Roche 953146c615 Revert "Move GNATCOLL.SQL from core to db"
This reverts commit c6d7c308d6.

Change-Id: If9c0e98a9f45bb37a6f2f5a4eb565a2c985760dc
2018-03-28 16:10:24 +02:00

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;