summaryrefslogtreecommitdiff
path: root/bin/ls/ls.gpr
blob: 1c5a21e08d795db27a9d9ac5432cf569da2e34ae (plain) (blame)
1
2
3
4
5
6
project ls extends "template/bin.gpr" is

   for Main use (project'Name);
   for Object_Dir use External ("BUILDROOT") & "/" & project'Name;

end ls;