* gdb.ada: New subdirectory.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.ada / gnat_ada.gpr.in
CommitLineData
854af2f7
JB
1-- This project files allows us to control the location where the
2-- compilation artifacts produced when building the Ada examples
3-- are stored.
4
5project Gnat_Ada is
6
7 for Source_Dirs use ("@srcdir@");
8 -- No need to set the Object_Dir, it is set to "." by default.
9
10end Gnat_Ada;
This page took 0.022678 seconds and 4 git commands to generate.