Files
gnatstudio/common/common_ui.gpr
Vadim Godunko 14a6978bb9 Add dependency from vss_os.gpr
(cherry picked from commit efcc8e4994)
2025-09-19 10:04:04 +00:00

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;