Files
vss-extra/examples/command_line/command/command_line_command.gpr
2023-11-16 09:36:32 +04:00

13 lines
259 B
Plaintext

with "vss_text";
project Command_Line_Command is
for Object_Dir use ".objs";
for Main use ("command_line_command.adb");
package Compiler is
for Switches ("Ada") use ("-g", "-gnatW8", "-gnat2022");
end Compiler;
end Command_Line_Command;