You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
Also obsolete attribute was removed from IDE package Change-Id: I432e142960d5f2398db9e88e305473afebcaeea3
18 lines
416 B
Plaintext
18 lines
416 B
Plaintext
with "../../kernel/kernel";
|
|
with "../../common/common";
|
|
with "../../shared";
|
|
with "../../ada_module/core/ada_module_core";
|
|
with "../../cpp_module/cpp_module";
|
|
with "../../vsearch/vsearch";
|
|
|
|
project Completion_Core is
|
|
|
|
for Source_Dirs use ("src");
|
|
for Languages use ("Ada");
|
|
for Object_Dir use Shared'Object_Dir;
|
|
for Exec_Dir use "obj";
|
|
|
|
package Compiler renames Shared.Compiler;
|
|
|
|
end Completion_Core;
|