Add initial prototype.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
with
|
||||
"physics",
|
||||
"lace_shared";
|
||||
|
||||
project test_Engine
|
||||
is
|
||||
for Object_Dir use "build";
|
||||
for Exec_Dir use ".";
|
||||
for Main use ("launch_test_engine.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;
|
||||
|
||||
end test_Engine;
|
||||
Reference in New Issue
Block a user