You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
20 lines
356 B
Plaintext
20 lines
356 B
Plaintext
|
|
with "vss_os.gpr";
|
|
|
|
with "common";
|
|
with "../gnatcoll_extras/gnatcoll_extras";
|
|
with "../shared";
|
|
|
|
project Common_UI is
|
|
|
|
for Languages use ("Ada");
|
|
for Source_Dirs use ("ui/src");
|
|
for Object_Dir use Shared'Object_Dir;
|
|
|
|
package Compiler is
|
|
for Switches ("Ada")
|
|
use Common.Compiler'Switches ("Ada");
|
|
end Compiler;
|
|
|
|
end Common_UI;
|