aboutsummaryrefslogtreecommitdiff
path: root/devel/pragmarcs/files/pragmarcs.gpr
blob: 440b936dc4891098a172d617de1362183548134d (plain) (blame)
1
2
3
4
5
6
7
library project PragmARCs is
   for Library_Name     use "pragmarcs";
   for Library_Kind     use "static";
   for Source_Dirs      use ("../../include/pragmarcs");
   for Library_Dir      use "../../lib/pragmarcs";
   for Externally_Built use "true";
end PragmARCs;