File: default.gpr.in

package info (click to toggle)
libxmlada 18-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,324 kB
  • sloc: ada: 32,766; makefile: 480; xml: 111; sh: 43; python: 35
file content (4 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (9)
1
2
3
4
with "@exec_prefix@/xmlada.gpr";
project Default is
   for Main use ("testxml.adb");
end Default;