Add initial prototype.
This commit is contained in:
21
1-base/math/applet/test/geometry/hexagon/hexagon_test.gpr
Normal file
21
1-base/math/applet/test/geometry/hexagon/hexagon_test.gpr
Normal file
@@ -0,0 +1,21 @@
|
||||
with
|
||||
"math",
|
||||
"lace_shared";
|
||||
|
||||
|
||||
project Hexagon_Test
|
||||
is
|
||||
for Object_Dir use "build";
|
||||
for Exec_Dir use ".";
|
||||
for Main use ("launch_hexagon_test.adb");
|
||||
|
||||
package Ide renames Lace_shared.Ide;
|
||||
package Builder renames Lace_shared.Builder;
|
||||
package Compiler renames Lace_shared.Compiler;
|
||||
package Binder renames Lace_shared.Binder;
|
||||
|
||||
package Linker is
|
||||
for Default_Switches ("ada") use ("-g");
|
||||
end Linker;
|
||||
|
||||
end Hexagon_Test;
|
||||
Reference in New Issue
Block a user