amunits: add amicube to the examples to compile

git-svn-id: trunk@44642 -
This commit is contained in:
Károly Balogh 2020-04-08 08:32:41 +00:00
parent d6a4347fae
commit d3b09aeeb9

View File

@ -122,6 +122,7 @@ begin
P.ExamplePath.Add('examples');
P.ExamplePath.Add('examples/otherlibs');
T:=P.Targets.AddExampleProgram('amicube.pas');
T:=P.Targets.AddExampleProgram('simple_timer.pas');
T:=P.Targets.AddExampleProgram('getfontasl.pas');
T:=P.Targets.AddExampleProgram('asltest.pas');