diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada/gnat_ada.gpr.in')
-rw-r--r-- | gdb/testsuite/gdb.ada/gnat_ada.gpr.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.ada/gnat_ada.gpr.in b/gdb/testsuite/gdb.ada/gnat_ada.gpr.in new file mode 100644 index 0000000..f38f37b --- /dev/null +++ b/gdb/testsuite/gdb.ada/gnat_ada.gpr.in @@ -0,0 +1,10 @@ +-- This project files allows us to control the location where the +-- compilation artifacts produced when building the Ada examples +-- are stored. + +project Gnat_Ada is + + for Source_Dirs use ("@srcdir@"); + -- No need to set the Object_Dir, it is set to "." by default. + +end Gnat_Ada; |