[go: up one dir, main page]

File: soci_core.gpr

package info (click to toggle)
soci 4.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,944 kB
  • sloc: ansic: 169,887; cpp: 54,198; javascript: 12,258; ada: 1,973; sh: 36; makefile: 12; xml: 2
file content (7 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
project SOCI_Core is
   for Externally_Built use "true";
   for Source_Dirs use ();
   for Library_Dir use "../../core";
   for Library_Name use "soci_core";
   for Library_Kind use "static";
end SOCI_Core;