File: test_shared.gpr

package info (click to toggle)
libtemplates-parser 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,404 kB
  • sloc: ada: 12,020; python: 658; makefile: 351; sh: 37
file content (6 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
project Test_Shared is
   for Source_Dirs use (".");
   for Library_Dir use "lib";
   for Library_Name use "lib";
   for Library_Kind use "relocatable";
end Test_Shared;